Page 1 of 1

socket programming, send hex data

Posted: Tue Nov 15, 2011 11:39 am
by yacahuma
Hello,

I need to create a socket client that can send commands and read results from an embedded device. The commands are a series of hex data like

FFAA4C0200010001

Can anyone point me in the right direction? Are there any good higher level socket libraries?

Thank you

Re: socket programming, send hex data

Posted: Tue Nov 15, 2011 1:57 pm
by Weirdan
for the networking part i'd assume pinetd2 should be pretty stable by now, with examples like http, smtp and ftp servers implemented on top of it