On Fri, Nov 26, 2010 at 5:54 PM, Евгений Чипизубов <[email protected]> wrote: > Hi, > > Could you point me, where I can find a documentaion for developers > want to start create their own wireless networks? > I want to create a netsukuku client for Windows. > > BR, > Eugene
If you want to create a wireless network I suggest you read something about radio issues. I suggest WNDW (Wireless Network in Developing World) http://wndw.net/ This has nothing to do with netsukuku. netsukuku works with any kind of link (wifi adhoc, wifi infrastructure, wired, tunneled, ...) So, if you want to develop a Windows client for netsukuku, you do not need to know about radio issues and you do not need to deploy a wifi network. Instead, you should have basic knowledge of TCP/IP and how to manage routing tables in Windows platforms. Also, you should be able to code in python. Start by downloading the netsukuku code here: svn co http://dev.hinezumi.org/svnroot/netsukuku/sandbox/lukisi/branches/multipleip netsukuku and have a look at the code in the folder pyntk/ntk/network. Probably all you will have to do is to implement the interfaces in that folder. Use the implementation specific to the linux platform as an example. Let me know if you need further help to investigate. And of course contact me when you actually begin to implement it, so that we can coordinate. --Luca _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
