Cross post: Help with a Rio Central project idea?

Posted by: tfabris

Cross post: Help with a Rio Central project idea? - 25/09/2003 23:25

I've posted an idea for a Rio Central programming project I'd like to try here. Anyone got any ideas for me?
Posted by: mlord

Re: Cross post: Help with a Rio Central project id - 26/09/2003 14:02

Is the database format the same as on the EmpegCar ?

If so, then I suppose one could simply port the server bits of Hijack to the Central, which oughtn't be hard to do.

Actually, it's the *0 and *1 files that matter here, not the database format..

??
Posted by: msaeger

Re: Cross post: Help with a Rio Central project id - 26/09/2003 22:05

I would like to be able to get the empeg vnc program to work on the central. http://strobos.cee.vt.edu/EmpegVNC/
Posted by: tfabris

Re: Cross post: Help with a Rio Central project id - 26/09/2003 23:00

Actually, it's the *0 and *1 files that matter here, not the database format..
In that case, I think they're the same format. Of course, coming up with a way to execute that code on the central could be tricky.

In any case, I'm primarily searching for a way to do it client-side-only. I want to make it easy and hopefully cross-platform...
Posted by: mlord

Re: Cross post: Help with a Rio Central project id - 27/09/2003 05:52

>I'm primarily searching for a way to do it client-side-only.
>I want to make it easy and hopefully cross-platform...

The proprietary comms protocol pretty much eliminates the "cross-platform" hopes. I suppose a port of JEmplode would do much of it, though.

But seriously, porting kftpd.c (ftp & web servers) to the Central should be very easy if it's running Linux... like, perhaps an hour of my time given the existing kernel source tree for the Central. *That* easy.

Cheers
Posted by: mlord

Re: Cross post: Help with a Rio Central project id - 27/09/2003 07:11

Okay, I can build what appears to be a kernel for the Central.

But.. they also seem to have enabled kernel modules support, so there's probably no big need to actually install a new kernel. Instead, I can probably build the kftpd as a kernel module, which can be loaded from the command line (initially). That wold make installation really easy, assuming there's a way to actually get the file onto somebody's Rio Central.

Cheers
Posted by: mschrag

Re: Cross post: Help with a Rio Central project id - 27/09/2003 08:39

Once I port the Empeg stuff up, the streaming server I wrote for the Karma should also work on the Empeg and your Central, I bet ... It gives you an XML interface to tune and playlist information ..... If Mark doesn't have you all hooked up by the time I'm done, then it might be worth checking out.
Posted by: tfabris

Re: Cross post: Help with a Rio Central project id - 27/09/2003 10:53

The proprietary comms protocol pretty much eliminates the "cross-platform" hopes.
I don't see why? I was just talking about using the existing information here and formatting it in such a way as to look pretty and let you click on tunes. The server already provides all the necessary information if you simply ask for the HTTP pages in the right way.
Posted by: tfabris

Re: Cross post: Help with a Rio Central project id - 27/09/2003 10:55

Instead, I can probably build the kftpd as a kernel module, which can be loaded from the command line (initially).
I wouldn't know how to do that on the Central... at least not in a way that stayed permanently after a power cycle?
Posted by: tfabris

Re: Cross post: Help with a Rio Central project id - 27/09/2003 10:56

the streaming server I wrote for the Karma should also work on the Empeg and your Central
Now that could be cool...
Posted by: mlord

Re: Cross post: Help with a Rio Central project id - 27/09/2003 11:19

Its fairly trivial to do. But if the built-in webserver already does what you want, then no need for it.

Cheers