Unoffical empeg BBS

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

Topic Options
#223804 - 01/10/2003 16:39 Rio Receiver Network Protocol Problem
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5679
Loc: London, UK
I guess it might seem a little ironic posting this here, since I'm one of the people responsible for the Rio Receiver in the first place, but anyhow...

Having recently left Rio, and currently with some time on my hands, I've decided to rewrite the Rio Receiver server software in C#, using .NET.

Obviously, now that I'm not with Rio, I don't have any source code available, which makes tracking down problems quite hard.

I've run into a problem, and I'm wondering if any of the other 3rd party server authors have seen it. I've got my server running quite happily as a service. It's responding to service discovery requests (UDP requests to port 21075) correctly for the NFS server (I'm currently redirecting NFS to my Linux box, but using my server).

Something's wrong with the service discovery for HTTP. I see the request, and I punt out the response. AFAICT, this response is perfectly formatted (it's identical to what the original server sends), but, whereas with the original server, it would be followed by a connection to the HTTP server, with my new server, it's not.

My webserver is running. If I go to the URL in the service discovery response packet, I get the placeholder page from my webserver.

The Receiver itself just won't connect.

Any ideas?
_________________________
-- roger

Top
#223805 - 02/10/2003 03:17 Re: Rio Receiver Network Protocol Problem [Re: Roger]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5679
Loc: London, UK
Hmmm. Today it's working. Go figure.

If it happens again, I'm going to make it send the response twice -- maybe it's a timing thing.
_________________________
-- roger

Top
#223806 - 02/04/2004 15:35 Re: Rio Receiver Network Protocol Problem [Re: Roger]
nightingales
newbie

Registered: 25/04/2002
Posts: 34
Loc: GA/USA
Hi Roger,

I guess if I followed this right, you got a new job last October, which I am very glad to hear for your sake, of course, but.... has this put a final end to your project of rewriting ARM?

Marc

Top
#223807 - 05/04/2004 01:36 Re: Rio Receiver Network Protocol Problem [Re: nightingales]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5679
Loc: London, UK
has this put a final end to your project of rewriting ARM?

Not so much a final end, but I'm pretty busy with the job now, so I'm not finding much time to work on the replacement server...
_________________________
-- roger

Top
#223808 - 04/06/2004 09:46 Re: Rio Receiver Network Protocol Problem [Re: Roger]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5679
Loc: London, UK
so I'm not finding much time to work on the replacement server...

But I'm still finding an hour or two here and there. The NFS server's finished.

http://www.differentpla.net/node/view/267

The rest is coming together slowly...
_________________________
-- roger

Top