[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] ver 4.3 and socket server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] ver 4.3 and socket server
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 24 Jun 2008 23:29:31 +0200
- References: <485BF5DD.3010207 (at) znyx.com>
- User-agent: Mutt/1.5.17+20080114 (2008-01-14)
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