Re: [Savonet-users] Liquidsoap java socket example

2011-09-27 Thread Fábio Costa
Will put it there tomorrow. I didn't even knew savonet had a week =D Em 27 de setembro de 2011 20:22, Romain Beauxis escreveu: > Hi Fsbio! > > 2011/9/26 Fábio Costa : > > I was trying to make a liquidsoap java socket communicator, i fought a > few > > days with this issu so i am posting here the

Re: [Savonet-users] Liquidsoap java socket example

2011-09-27 Thread Romain Beauxis
Hi Fsbio! 2011/9/26 Fábio Costa : > I was trying to make a liquidsoap java socket communicator, i fought a few > days with this issu so i am posting here the code to anyone that finds it > useful. Thanks for this code! There is a dedicated section on our wiki for user snipets, maybe you want to a

[Savonet-users] Liquidsoap java socket example

2011-09-26 Thread Fábio Costa
I was trying to make a liquidsoap java socket communicator, i fought a few days with this issu so i am posting here the code to anyone that finds it useful. The following code use JUNIX for the comunication http://code.google.com/p/junixsocket/ --