[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] ver 4.3 and socket server



On Fri, Jun 20, 2008 at 11:24:29AM -0700, John P. Fisher wrote:
> Hi folks, I want to make a simple demo that shows a proof-of-concept,
> and I need some advice and news of possible hobbit 4.3 ver socket
> connections.

For a simple proof-of-concept / demonstration system, why don't you just
grab a copy of the "netcat" utility and use that ? This will let you set
up a simple TCP server or client.

http://netcat.sourceforge.net/

For a programming introduction to socket programming, check out
http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html
(just skimmed it after doing a Google search for "unix socket
 programming", but it seems sensible).


Regards,
Henrik