Cosmos/source2/Kernel/System/Cosmos.System
sschocke_cp d8e888eac5 UDP Send and Receive now working.
Use new UdpClient(portNumber) to create a UDP client listening on that port, and UdpClient.Receive() to receive packets.
2012-03-21 12:03:04 +00:00
..
Filesystem The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
Network UDP Send and Receive now working. 2012-03-21 12:03:04 +00:00
Properties
Console.cs
Console.html
Cosmos.snk
Cosmos.System.csproj UDP Send and Receive now working. 2012-03-21 12:03:04 +00:00
Cosmos.System.csproj.vspscc
Global.cs Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat 2012-02-05 20:24:53 +00:00
Kernel.cs Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat 2012-02-05 20:24:53 +00:00
Kernel.html