Re: Talk to us first before you start reversing our protocol

2017-07-07 Thread niahoo osef
Well the message seems ok, and it works two with another server : 00:11:02.668 [debug] Outgoing IPC message 00 00 00 01 00 00 00 20 00 00 00 01 00 00 00 2B 00 00 00 06 00 00 00 00 00 00 00 02 00 00 00 02 00 00 00 00 00 00 00 18 00 00 00 03 00 00 00 0B 65 78 6D 6D 73 32 5F 63 6F 6E 6E

Re: Talk to us first before you start reversing our protocol

2017-07-07 Thread Daniel Svensson
On Fri, Jul 7, 2017 at 5:01 PM, niahoo osef wrote: > Now that I want to test with actual music, I just installed xmms2 on my > xubuntu laptop (a mere apt install xmms2) but I have the following error : > Wrong number of arguments to hello. > > How could I check the IPC

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread niahoo osef
Thank you very much for your answers ! I have now a more clear vision of what I have to do. I managed to run the python code generator from xmms-alumni. I learned that C enums increment values from the first name (which is defined to 32 in some enums in ipc.xml but not for the methods).

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread Frank Terbeck
Hi! niahoo osef wrote: [...] > With a friend, we are trying to implement the protocol of sending commands to > xmms2 via TCP in Elixir (or Erlang). We feel it's hard to find the appropriate > documentation but I eventually managed to gather some information on the wiki, > hence the title of this

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread Daniel Svensson
On Tue, Jul 4, 2017 at 3:45 AM, niahoo osef wrote: > Well, > > So here I am. > > With a friend, we are trying to implement the protocol of sending commands > to xmms2 via TCP in Elixir (or Erlang). We feel it's hard to find the > appropriate documentation but I eventually