User contributions
Jump to navigation
Jump to search
- 15:48, 22 June 2011 diff hist +4,087 Networking
- 20:05, 20 June 2011 diff hist +89 Quotes
- 18:47, 17 June 2011 diff hist +371 Routing current
- 18:46, 17 June 2011 diff hist -58 Networking →Examples
- 18:46, 17 June 2011 diff hist +371 TCP current
- 18:45, 17 June 2011 diff hist +370 UDP current
- 21:22, 16 June 2011 diff hist +6 TCP Echo Test current
- 21:47, 13 June 2011 diff hist -1,280 UDP Replaced content with '== Resources == XINU implements UDP as per RFC 768'
- 21:46, 13 June 2011 diff hist -14 Simple UDP Example current
- 21:09, 13 June 2011 diff hist 0 Networking
- 21:09, 13 June 2011 diff hist +24 TCP
- 21:07, 13 June 2011 diff hist +324 ARP current
- 21:02, 13 June 2011 diff hist +548 N ARP Created page with 'XINU features an automatic address resolution protocol. The ARP daemon is run automaticall on start up and waits for incoming arp packets. Incoming packets are filtered through n...'
- 20:58, 13 June 2011 diff hist +25 ICMP current
- 20:57, 13 June 2011 diff hist +267 N ICMP Created page with 'XINU features an ICMP daemon that runs on start up and responds to ICMP echo requests(pings). XINU can also send ICMP echo requests using the ping command and a valid ipv4 addres...'
- 20:47, 13 June 2011 diff hist +1 Networking →Examples
- 20:47, 13 June 2011 diff hist +18 Networking
- 20:03, 10 June 2011 diff hist +461 N Routing Created page with 'The routing daemon is automatically started with XINU. == Add a Route == To add a route to the route entry table use route add with the following parameters: route add <destina...'
- 19:52, 10 June 2011 diff hist +8 Networking
- 19:51, 10 June 2011 diff hist +4 Networking
- 19:50, 10 June 2011 diff hist +2,856 N TCP Echo Test Created page with '== About == This is a simple TCP usage example. It is an echo test client that sends a message to the echo server and then prints out the reply. The echo protocol is defined in R...'
- 19:45, 10 June 2011 diff hist +33 N TCP Created page with ' == Examples == TCP Echo Test'
- 19:44, 10 June 2011 diff hist +4 Networking
- 18:31, 10 June 2011 diff hist +48 UDP
- 18:29, 10 June 2011 diff hist +1,282 N UDP Created page with '== Sending data over UDP == '''Step 1: Allocate a new UDP device.''' :Use udpAlloc to get a device number for a udp device. If allocation fails, the device number returned will ...'
- 17:19, 10 June 2011 diff hist +4 Networking
- 21:50, 8 June 2011 diff hist +192 Simple UDP Example →Usage
- 21:39, 8 June 2011 diff hist -9 Simple UDP Example →Usage
- 21:38, 8 June 2011 diff hist +4,456 N Simple UDP Example Created page with '=== About === This is a dead simple example of how to use the UDP networking features in XINU 2.0. === Usage === * Add the both of the files to the shell directory as xsh_echoc...'
- 21:38, 8 June 2011 diff hist +211 Networking
- 21:32, 8 June 2011 diff hist +39 N File:XINUNetStack-Screen.jpeg 160 DPI version of the XINU network map current
- 21:32, 8 June 2011 diff hist +35 N File:XINUNetStack.pdf PDF version of the XINU network map current
- 21:31, 8 June 2011 diff hist +45 N File:XINUNetStack-Print.jpeg 300 DPI print version of the XINU network map current
- 21:29, 8 June 2011 diff hist +63 N Networking Created page with '= XINU Networking Features = * TCP * UDP * ARP * Routing * ICMP'
- 21:28, 8 June 2011 diff hist +17 Main Page