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
socket programming, send hex data
Moderator: General Moderators
Re: socket programming, send hex data
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