On 02/16/12 16:46, Mathieu Bouchard wrote:
Le 2012-02-16 à 16:38:00, IOhannes m zmölnig a écrit :
[netsend]/server/client speak a protocol called FUDI, which you C# application is most likely not speaking.
FUDI is fairly close to not having any protocol at all. It's quite close to just using things like printf("%f %s",myFloat,mySymbol). You just have to be able to send a semicolon terminator.
sure.
unfortunately [netreceive] and friends will not output any data until the semicolon terminator is encountered, which i guessed might have been the problem of not receiving any data.
gmaser IOhannes