PDA

View Full Version : UDP - Support in Netremote?



eLupus
March 9th, 2003, 07:14 AM
Is there udp feedback support included in the current release of netremote?

I don't seem to be able to get it to work using the latest lua feedback scripts from LDJ.
I did find an error in the function NR_send_udp_label_feedback, but it was easily fixed. It was missing a line udp = udpsocket(), and there was still reference to NR_client_open that shouldn't be there i think.

But netremote doesn't seem to accept the feedback.

Regards
Joakim Plate

brockgr
March 9th, 2003, 08:15 AM
Joakim,

Not yet - I wrote the code so Ben could play with it.

In fact, it might never make it into NR as we are rethinking the messaging protocol. It may be better to have a more responsive (to disconnects, etc) TCP session, than implement too many protocols.

Sorry,

Gavin

Ben S
March 11th, 2003, 08:04 PM
Yep, although UDP wouldn't be difficult to implement, I'm hoping that Gavin's new protocol ideas will make it irrelevant for now.

NetRemote doesn't support it, and if all goes well, won't need to for a while.