Haiku Network Kit
I'm new to Haiku development and have purchased an ebook on the subject. It's very informative and it does exactly what it says on the tin, however I cannot find any material online about programming using the Network Kit.
Is there any Haiku/BeOS material on using the Network Kit? Any help is appreciated :)

Comments
Re: Haiku Network Kit
BeBook first good source to look at:
http://haiku-os.org/legacy-docs/bebook/TheNetworkKit.html
Look for other information here:
http://haiku-os.org/documents
http://haiku-os.org/development
Re: Haiku Network Kit
There is also some older source code examples here:
http://haikuware.com/directory/view-details/development/sample-code/beos...
Re: Haiku Network Kit
I have seen both of these previously, however the BeBook simply gives me class references and not really a functional example, while the sample code looks a bit over complicated for me. Perhaps I'm jumping in a bit too deep :3
Either way, thank you both very much for your help :D
Re: Haiku Network Kit
Most code and apps use BSD sockets code. For now I think it is the way to go.
Re: Haiku Network Kit
Yes I've downloaded the Be sample and I've noted that the majority use the "C" BSD socket not the Network Kit class... strange!
Maybe the Network Kit is not so useful?