Rio Receiver Network Protocol Problem

Posted by: Roger

Rio Receiver Network Protocol Problem - 01/10/2003 16:39

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?
Posted by: Roger

Re: Rio Receiver Network Protocol Problem - 02/10/2003 03:17

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.
Posted by: nightingales

Re: Rio Receiver Network Protocol Problem - 02/04/2004 15:35

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
Posted by: Roger

Re: Rio Receiver Network Protocol Problem - 05/04/2004 01:36

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...
Posted by: Roger

Re: Rio Receiver Network Protocol Problem - 04/06/2004 09:46

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...