PDA

View Full Version : UDP or NetRemote events



flexi
September 1st, 2006, 05:58 AM
Hi

I am trying to trigger events based on simple UDP packets (TCP would also be OK, but UDP is prefered).

I have not yet found any plug-ins to do this. SInce I am not familiar with LUA I wonder if anybody has already done such a thing and maybe can help me.

As an alternative I wondered if it is possible to immitade a netremote client and use the netremote plugins. Unfortunately I habe not found how netremote assembles packets (password, event-id, parameters). Unfortunately so far I was not successful in reverse-engineering netremote packets.

I am very thankful for any hints.

Cheers
Felix

Rob H
September 1st, 2006, 07:50 AM
You may be able to do this with gip (Generic IP library), but it will require some Lua code.

flexi
September 1st, 2006, 08:39 AM
THX

With the help of a friend I managed to capture UDP packets with the socket library. Unfortunately it does not seem to be very relliable.

I will check again on Monday. So far have a nice weekend.

Felix