> Hello, > First a big thanks for all the work done in XMMS2, this is a good > project and i want contribute myself. > I have a project to make a client for XMMS in the famous Nintendo DS. > The goal is to control Several XMMS2 Server in a house by a nintendo DS. > The problem: to make a client we MUST use the libclient. There are few > libraries in that system and i must programm all from scratch. > My question is where i can find some documentation without make > "reversing engennering" of the libclient. > I would like some documentation about the protocol used.
Barraud, First of all: cool project! We love to have this written :) The clientlib is written in pure ansi-c with no external dependencies. You should be able to get it to work pretty painless. Writing your own serializer / de-serializer is probably more effort. Thanks, Tobias -- _______________________________________________ Xmms2-devel mailing list [email protected] http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
