Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#181267 - 25/09/2003 23:25 Cross post: Help with a Rio Central project idea?
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
I've posted an idea for a Rio Central programming project I'd like to try here. Anyone got any ideas for me?
_________________________
Tony Fabris

Top
#181268 - 26/09/2003 14:02 Re: Cross post: Help with a Rio Central project id [Re: tfabris]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
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..

??

Top
#181269 - 26/09/2003 22:05 Re: Cross post: Help with a Rio Central project id [Re: mlord]
msaeger
carpal tunnel

Registered: 23/09/2000
Posts: 3608
Loc: Minnetonka, MN
I would like to be able to get the empeg vnc program to work on the central. http://strobos.cee.vt.edu/EmpegVNC/
_________________________

Matt

Top
#181270 - 26/09/2003 23:00 Re: Cross post: Help with a Rio Central project id [Re: mlord]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
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...
_________________________
Tony Fabris

Top
#181271 - 27/09/2003 05:52 Re: Cross post: Help with a Rio Central project id [Re: tfabris]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
>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

Top
#181272 - 27/09/2003 07:11 Re: Cross post: Help with a Rio Central project id [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
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

Top
#181273 - 27/09/2003 08:39 Re: Cross post: Help with a Rio Central project id [Re: tfabris]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
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.

Top
#181274 - 27/09/2003 10:53 Re: Cross post: Help with a Rio Central project id [Re: mlord]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
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.
_________________________
Tony Fabris

Top
#181275 - 27/09/2003 10:55 Re: Cross post: Help with a Rio Central project id [Re: mlord]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
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?
_________________________
Tony Fabris

Top
#181276 - 27/09/2003 10:56 Re: Cross post: Help with a Rio Central project id [Re: mschrag]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31571
Loc: Seattle, WA
the streaming server I wrote for the Karma should also work on the Empeg and your Central
Now that could be cool...
_________________________
Tony Fabris

Top
#181277 - 27/09/2003 11:19 Re: Cross post: Help with a Rio Central project id [Re: tfabris]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14482
Loc: Canada
Its fairly trivial to do. But if the built-in webserver already does what you want, then no need for it.

Cheers

Top