XLF parsing library

Hi devs,

I’m working on Xibo client for small embedded pc (somewhat similar to RasPi, but weaker) to display simple text on a single color led.
I have extracted some part of it and rewrite as a (hopefully) reusable library.
The first part is XLF parser and is available on github.
Note that it’s still an Introductory phase, not production ready, not even beta or alpha (you’ve been warned), but I’m eiger to share :grin: .

I’m also going to bring XMDS client as the following part after XLF parser, but for uncertain schedule.

Repo is here https://github.com/ajiwo/xlfparser-c

Hi ajiwo - sorry for the delay I was away on vacation.

The library looks interesting - we like reusable libraries :smile:

If you haven’t seen it already, the new manual has more info on XMDS/XLF that might be useful to you for your work: http://xibo.org.uk/manual-tempel/en/xmds.html.

1 Like

Hi dan, thank you for your feedback.

The docs has always been useful since the beginning, usually writing code/impl is easier than docs/specs though.
Maybe not, it’s more like ‘fun vs …’, you mention it.

Anyway, XMDS part has been published here https://github.com/ajiwo/xmdsclient

xlfparser and xmdsclient base code are extracted part of my current private project and then re-synced back.
As my private project only uses small portion of the library, not all functions are tested, only a trivial test during development.

An attempt to use/test the libraries thoroughly is my next opensource project, xibot which is not even being started, but put on github just because I like the name.

Please keep us informed - we’d be interested to see how the libraries develop as you use them more. Please keep in mind that XMDS is now versioned (as mentioned in the boring doc, lol :smile:) - i’m not sure if you wanted to support that, but if you did then adding ?v=3, 4 or 5 to the URL will give you the corresponding WSDL.