Difference between revisions of "New stack"

From KolibriOS wiki
Jump to navigation Jump to search
m
 
(80 intermediate revisions by 2 users not shown)
Line 1: Line 1:
;As you may or may not know, I (hidnplayr) am since long time working on a new network stack for KolibriOS<br>
+
;This page describes the development of the new network stack for KolibriOS
;I will use this page as an overview of what I have done so far.
+
; Since SVN #3556, the code has been merged in trunk and is now available in the english, russian spanish and italian builds of kolibrios!
''You can download an image file with pre-compiled library, applications, kernel and drivers [http://builds.kolibrios.org/new-stack/ here]''<br />
+
;You can find the latest source code on svn://kolibrios.org/kernel/trunk ([http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fkernel%2Ftrunk%2F websvn])
''If you test it, please send me a bug-report''
+
;You can download an image file with pre-compiled library, applications, kernel and drivers on the [http://builds.kolibrios.org/ builds page]''<br />
 +
;All bugs may be reported to [http://bugs.kolibrios.org KolibriOS bug tracker]
  
== Kernel ==
+
== Progress ==
  
The old kernel functions 52 and 53 have been removed and the [[New_network_api]] has been created.<br />
+
System functions 52, 53 have been replaced by functions 74 (Network hardware access), 75 (BSD sockets) and 76 (Network settings and statistics). ''See sysfuncs.txt for details. <br />
Internally, the stack has been completely rewritten (mostly from scratch)<br />
+
Internally, the network stack has been completely rewritten (mostly from scratch).<br />
 +
All network drivers have been converted and or rewritten to operate with the new network stack.<br />
  
*;What works:
+
*;Working:
 
**Attaching multiple network drivers/devices to the kernel
 
**Attaching multiple network drivers/devices to the kernel
 
**Sending and receiving Ethernet/IPv4/UDP/ICMP/ARP/TCP packets
 
**Sending and receiving Ethernet/IPv4/UDP/ICMP/ARP/TCP packets
**Queuing of packets when nescessary
+
**Queuing of packets when necessary
**UDP/TCP/RAW(ICMP/..) sockets (POSIX compatible)
+
**UDP/TCP/RAW(ICMP/IP..) sockets (POSIX compatible)
 +
**Blocking sockets
 +
**IPC/local sockets '' (needs testing)
 +
**Dedicated network buffers '' (NET_buff_alloc, NET_buff_free)
 +
**IP address assignment for all network interfaces
  
*;Under construction
+
*;TODO:
**TCP code
+
**Link detection for all network drivers (Currently works on RTL8139, RTL8169, forcedeth, mtd80x, i8254x)
**Sockets code
+
**Improved routing
**network drivers
+
**TCP: reassembly queue, testing (timestamps, RTT, PAWS, ...), ...
**programs
+
**PPP '' (need help developing/testing)
 
 
*;Future plans
 
**PPPoE
 
**IPC sockets
 
**Port trunking
 
**Routing
 
**...
 
  
 
== Drivers ==
 
== Drivers ==
Line 34: Line 33:
 
The specifications of the new network drivers can be found in the article [[Writing_network_drivers_for_KolibriOS]].<br />
 
The specifications of the new network drivers can be found in the article [[Writing_network_drivers_for_KolibriOS]].<br />
  
=== Working (more or less) ===
+
'''[[Hardware_Support#Network | Currently supported network hardware]]'''
*3c90x/3c59x: only boomerang for now (may hang on UpUnstall procedure, sometimes loops on startup)
 
*DEC21x4x: Working in Virtual PC (not on most real hardware yet)
 
*PCnet32: Does not work in VmWare, works in vBox and real hardware
 
*RTL8029: Does not work in Qemu
 
*RTL8139: no known bugs
 
*RTL8169: no known bugs (not tested with PCI-express, initialisation takes a loooong time)
 
*SIS900: debugging in progress
 
*MTD80x: Only MTD803 aka Surecom EP-320X supported for now
 
*r6040: no know bugs
 
  
=== Work In Progress ===
+
'''Unsupported PCI card?''' If you have a PCI/PCI-X/PCI-express ethernet card which is not listed above, and would like to acces the internet in KolibriOS, you may send me the card, and I'll send you one back that is already supported.<br>
*i8255x (Intel eepro 100)
 
*VIA rhine
 
*forcedeth
 
  
=== Planned for future ===
+
== Programs ==
*i8254x (Intel eepro 1000)
 
*marvell yukon (i have id5005)
 
*broadcom netXtreme (bcm57xx)
 
  
=== Unsupported PCI card? ===
+
=== FTPc ===
If you have a PCI ethernet card wich is not listed above, and would like to acces internet in KolibriOS, send me the card, and I'll send you one that is supported already.<br>
+
[[Image:ftpc.gif]]<br>
 +
CLI FTP client. <br />
 +
''Uses console.obj''<br />
 +
<br />
 +
Also see: [[Using kolibrios.org with ftpc]]
  
== Programs ==
+
=== FTPd ===
 +
Full fledged FTP daemon. Fully configureable through ini files. <br />
 +
Status: Basic commands work. <br />
 +
''uses libini.obj, libio.obj and console.obj, TODO: STOR command, dont use libio, ...''
  
=== ARPcfg ===
+
=== IRCc ===
This program allows you to view the ARP entries.<br />
+
[[Image:Ircc.gif]]<br>
In future, you should be able to add and remove static entry's using this progam.
+
New IRC client. Under construction. <br />
 
+
''uses network.obj, libini.obj and box_lib.obj''
=== ICMP ===
 
A program to ping a remote host<br />
 
Only fixed packet size for now<br />
 
''uses network.obj, libini.obj and console.obj''
 
  
 
=== NetCFG ===  
 
=== NetCFG ===  
This is a program I wrote to load the drivers.<br />
+
[[Image:netcfg.gif]]<br>
The program detects all PCI network cards in your computer, and lets you load the appropriate driver for it. <br />
+
This program is used to load the network drivers.<br />
You can run it with paramters 'F' to silently load first detected card,or parameter 'A' to load all cards
+
You can run it with parameter 'F' to silently load first detected card, or parameter 'A' to load all cards. <br />
 +
No parameters will load the GUI.
  
 
=== Netstat ===  
 
=== Netstat ===  
This program allows you to read some variables from the stack.<br />
+
[[Image:ipv4.png]]<br>
 +
This program allows you to read the status of ethernet, ipv4, icmp, arp udp and tcp.<br />
 +
''TODO: allow user to set ARP settings, and save those to .ini file.''
  
 
=== nslookup ===  
 
=== nslookup ===  
Commandline DNS client from CleverMouse <br />  
+
Commandline DNS client.<br />  
 
''This program uses network.obj and console.obj''
 
''This program uses network.obj and console.obj''
 +
 +
=== ping ===
 +
[[Image:ping.gif]]<br />
 +
A program to ping a remote host using the ICMP protocol<br />
 +
Only fixed packet size for now.<br />
 +
''uses network.obj, libini.obj and console.obj''
 +
 +
=== SSH ===
 +
[[Image:Ssh.png]]<br />
 +
SSH client
 +
''uses network.obj, libcrash.obj and console.obj''
  
 
=== SynergyC ===
 
=== SynergyC ===
Software KM-switch, (Synergy - client) for windows/unix/.. versions, see http://synergy2.sourceforge.net/ <br />
+
Software KM-switch, (Synergy - client) for windows/unix/.. versions, see http://synergy-foss.org <br />
 
This version is compatible with version 1.3.1<br />
 
This version is compatible with version 1.3.1<br />
Only mouse events are accepted in this first version<br />
+
Only mouse events are accepted in the current version.<br />
 +
''There is a bug in the loading of libraries which might cause program to crash on loading''<br />
 +
''uses network.obj, libini.obj and console.obj''
  
 
=== Telnet ===   
 
=== Telnet ===   
A new telnet client, based on the code of nslookup (usefull to test TCP code)<br />
+
[[Image:telnet.gif]]<br>
 +
A simple telnet client<br />
 
''This program uses network.obj and console.obj''
 
''This program uses network.obj and console.obj''
  
 
=== TFTPc ===  
 
=== TFTPc ===  
 +
[[Image:tftpc.gif]]<br>
 
A TFTP client with a GUI. <br />
 
A TFTP client with a GUI. <br />
Sending and receiving of files both work <br />
 
 
'' uses libio.obj, network.obj and box_lib.obj''
 
'' uses libio.obj, network.obj and box_lib.obj''
  
 
=== VNCclient ===
 
=== VNCclient ===
I am working on the re-make of my old VNC client
+
This program allows you to control a remote computer. The remote computer must be running a VNC server that support the RFB 3.3 protocol.<br>
 +
The client currently supports RAW, CopyRect, RRE and TRLE encodings.<br>
 +
Authentication to a password protected VNC server is possible through the "VNC Authentication" algorithm.<br>
 +
There is currently no support for encryption.<br>
 +
''TODO: ZRLE, ..''
  
 
=== Zeroconf ===  
 
=== Zeroconf ===  
This program is the newer version of what used to be 'autodhcp', it works with the new network API.
+
This program reads settings from network.ini and configures the tcp/ip stack accordingly <br />
 +
You may choose for a manual setup, or dhcp / link-local.<br />
 +
''TODO: keep listening for DHCP release packets etc.''
  
 
=== NetSurf ===
 
=== NetSurf ===
I am looking for somebody with kowledge of porting C applications, to help me port the [http://www.netsurf-browser.org/ NetSurf] browser to kolibrios.
+
Under construction <br />
 +
''TODO: Improve front-end, ...''
 +
 
 +
=== SocketDBG ===
 +
Program that can be used for printing socket variables, usefull for debugging.
 +
 
 +
=== PPPoE ===
 +
PPPoE dialer - unfinished
 +
 
 +
=== TCPserv ===
 +
TCP server demo program, this program can be used with iperf client to measure performance of the stack.
  
 
== Libraries ==
 
== Libraries ==
  
=== network_lib ===
+
=== network.obj ===
The network library for KolibriOS, written by Clevermouse.
+
Network library for KolibriOS, written by Clevermouse. Primary functions are getaddrinfo, inet_ntoa.
 +
 
 +
=== http.obj ===
 +
HTTP client library, can be used to fetch content from the web. <br>
 +
Currently support HTTP/1.1 GET, POST and HEAD methods. HTTP proxy's are also supported (settings in network.ini).
 +
 
 +
== Applications, old vs new ==
  
== I need your help! ==
+
{| class="wikitable" border="1"
 +
|'''old'''
 +
|'''new'''
 +
|'''remarks'''
 +
|-
 +
|airc
 +
|ircc
 +
|IRC client (rewritten from scratch)
 +
|-
 +
|arpstat
 +
|netstat
 +
|ARP configuration utility (rewritten)
 +
|-
 +
|chess
 +
|/
 +
|may be ported
 +
|-
 +
|dhcp
 +
|/
 +
|replaced by zeroconf
 +
|-
 +
|dnsr
 +
|nslookup
 +
|Name service lookup (DNS resolver)
 +
|-
 +
|downloader
 +
|downloader
 +
|rewritten
 +
|-
 +
|ethstat
 +
|/
 +
|N/A
 +
|-
 +
|ftps
 +
|ftpd
 +
|FTP daemon (server)
 +
|-
 +
|https
 +
|/
 +
|may be ported, better to rewrite
 +
|-
 +
|icq
 +
|/
 +
|may be ported
 +
|-
 +
|ipc
 +
|/
 +
|may be ported
 +
|-
 +
|local
 +
|/
 +
|may be ported
 +
|-
 +
|mp3s
 +
|/
 +
|may be ported
 +
|-
 +
|netsendc
 +
|/
 +
|may be ported
 +
|-
 +
|netsends
 +
|/
 +
|may be ported
 +
|-
 +
|nntpc
 +
|/
 +
|may be ported
 +
|-
 +
|popc
 +
|/
 +
|may be ported (or replaced with liza?)
 +
|-
 +
|ppp
 +
|/
 +
|N/A (a new utility should be made)
 +
|-
 +
|rccc
 +
|/
 +
|may be ported
 +
|-
 +
|rccs
 +
|/
 +
|may be ported
 +
|-
 +
|remote
 +
|/
 +
|may be ported
 +
|-
 +
|smtps
 +
|/
 +
|may be ported
 +
|-
 +
|stackcfg
 +
|netstat
 +
|Network configuration utility (rewritten from scratch)
 +
|-
 +
|telnet
 +
|telnet
 +
|rewritten from scratch
 +
|-
 +
|terminal
 +
|/
 +
|N/A
 +
|-
 +
|tftpa
 +
|/
 +
|may be ported
 +
|-
 +
|tftpc
 +
|tftpc
 +
|Trivial File Transer Protocol Client
 +
|-
 +
|VNCclient
 +
|vncc
 +
|ported
 +
|-
 +
|ym
 +
|/
 +
|may be ported
 +
|-
 +
|zeroconf
 +
|zeroconf
 +
|ported
 +
|}
  
You can contact me at hidnplayr@gmail.com (or find me in #kolibrios on chat.freenode.net)
+
== We need your help! ==
 +
;If you think you can help with further development of networking applications, driver or kernel code in any way, please let us know through the forum or IRC channel.  
  
 
[[Category:Coding]]
 
[[Category:Coding]]
 
[[Category:System_documentation]]
 
[[Category:System_documentation]]

Latest revision as of 12:42, 10 July 2021

This page describes the development of the new network stack for KolibriOS
Since SVN #3556, the code has been merged in trunk and is now available in the english, russian spanish and italian builds of kolibrios!
You can find the latest source code on svn://kolibrios.org/kernel/trunk (websvn)
You can download an image file with pre-compiled library, applications, kernel and drivers on the builds page
All bugs may be reported to KolibriOS bug tracker

Progress

System functions 52, 53 have been replaced by functions 74 (Network hardware access), 75 (BSD sockets) and 76 (Network settings and statistics). See sysfuncs.txt for details.
Internally, the network stack has been completely rewritten (mostly from scratch).
All network drivers have been converted and or rewritten to operate with the new network stack.

  • Working
    • Attaching multiple network drivers/devices to the kernel
    • Sending and receiving Ethernet/IPv4/UDP/ICMP/ARP/TCP packets
    • Queuing of packets when necessary
    • UDP/TCP/RAW(ICMP/IP..) sockets (POSIX compatible)
    • Blocking sockets
    • IPC/local sockets (needs testing)
    • Dedicated network buffers (NET_buff_alloc, NET_buff_free)
    • IP address assignment for all network interfaces
  • TODO
    • Link detection for all network drivers (Currently works on RTL8139, RTL8169, forcedeth, mtd80x, i8254x)
    • Improved routing
    • TCP: reassembly queue, testing (timestamps, RTT, PAWS, ...), ...
    • PPP (need help developing/testing)

Drivers

In net-branch, the network drivers are external drivers, as described in Writing_drivers_for_KolibriOS.

The specifications of the new network drivers can be found in the article Writing_network_drivers_for_KolibriOS.

Currently supported network hardware

Unsupported PCI card? If you have a PCI/PCI-X/PCI-express ethernet card which is not listed above, and would like to acces the internet in KolibriOS, you may send me the card, and I'll send you one back that is already supported.

Programs

FTPc

Ftpc.gif
CLI FTP client.
Uses console.obj

Also see: Using kolibrios.org with ftpc

FTPd

Full fledged FTP daemon. Fully configureable through ini files.
Status: Basic commands work.
uses libini.obj, libio.obj and console.obj, TODO: STOR command, dont use libio, ...

IRCc

Ircc.gif
New IRC client. Under construction.
uses network.obj, libini.obj and box_lib.obj

NetCFG

Netcfg.gif
This program is used to load the network drivers.
You can run it with parameter 'F' to silently load first detected card, or parameter 'A' to load all cards.
No parameters will load the GUI.

Netstat

Ipv4.png
This program allows you to read the status of ethernet, ipv4, icmp, arp udp and tcp.
TODO: allow user to set ARP settings, and save those to .ini file.

nslookup

Commandline DNS client.
This program uses network.obj and console.obj

ping

Ping.gif
A program to ping a remote host using the ICMP protocol
Only fixed packet size for now.
uses network.obj, libini.obj and console.obj

SSH

Ssh.png
SSH client uses network.obj, libcrash.obj and console.obj

SynergyC

Software KM-switch, (Synergy - client) for windows/unix/.. versions, see http://synergy-foss.org
This version is compatible with version 1.3.1
Only mouse events are accepted in the current version.
There is a bug in the loading of libraries which might cause program to crash on loading
uses network.obj, libini.obj and console.obj

Telnet

Telnet.gif
A simple telnet client
This program uses network.obj and console.obj

TFTPc

Tftpc.gif
A TFTP client with a GUI.
uses libio.obj, network.obj and box_lib.obj

VNCclient

This program allows you to control a remote computer. The remote computer must be running a VNC server that support the RFB 3.3 protocol.
The client currently supports RAW, CopyRect, RRE and TRLE encodings.
Authentication to a password protected VNC server is possible through the "VNC Authentication" algorithm.
There is currently no support for encryption.
TODO: ZRLE, ..

Zeroconf

This program reads settings from network.ini and configures the tcp/ip stack accordingly
You may choose for a manual setup, or dhcp / link-local.
TODO: keep listening for DHCP release packets etc.

NetSurf

Under construction
TODO: Improve front-end, ...

SocketDBG

Program that can be used for printing socket variables, usefull for debugging.

PPPoE

PPPoE dialer - unfinished

TCPserv

TCP server demo program, this program can be used with iperf client to measure performance of the stack.

Libraries

network.obj

Network library for KolibriOS, written by Clevermouse. Primary functions are getaddrinfo, inet_ntoa.

http.obj

HTTP client library, can be used to fetch content from the web.
Currently support HTTP/1.1 GET, POST and HEAD methods. HTTP proxy's are also supported (settings in network.ini).

Applications, old vs new

old new remarks
airc ircc IRC client (rewritten from scratch)
arpstat netstat ARP configuration utility (rewritten)
chess / may be ported
dhcp / replaced by zeroconf
dnsr nslookup Name service lookup (DNS resolver)
downloader downloader rewritten
ethstat / N/A
ftps ftpd FTP daemon (server)
https / may be ported, better to rewrite
icq / may be ported
ipc / may be ported
local / may be ported
mp3s / may be ported
netsendc / may be ported
netsends / may be ported
nntpc / may be ported
popc / may be ported (or replaced with liza?)
ppp / N/A (a new utility should be made)
rccc / may be ported
rccs / may be ported
remote / may be ported
smtps / may be ported
stackcfg netstat Network configuration utility (rewritten from scratch)
telnet telnet rewritten from scratch
terminal / N/A
tftpa / may be ported
tftpc tftpc Trivial File Transer Protocol Client
VNCclient vncc ported
ym / may be ported
zeroconf zeroconf ported

We need your help!

If you think you can help with further development of networking applications, driver or kernel code in any way, please let us know through the forum or IRC channel.