[Javanetsim-cvs] javaNetSim README.txt, 1.14, 1.15 TODO.txt, 1.28, 1.29
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-11-20 19:17:15
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3154 Modified Files: README.txt TODO.txt Log Message: Minor bugs in WAN interfaces fixed... Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** TODO.txt 10 Nov 2007 13:25:38 -0000 1.28 --- TODO.txt 20 Nov 2007 19:17:09 -0000 1.29 *************** *** 4,8 **** *** Whole Project - 2. Add (UDPz sockets, RMI and Corba mechanisms) to CSU/DSU units 3. DHCP server/clients : re-leasing, MAC-filter and excludes. 4. Socks Proxy(old -- Nat Gateway) to external network. --- 4,7 ---- *************** *** 10,14 **** 8. Firewalls (NAT, PAT, etc) 9. Second level Switches (VLAN, etc...) - 10. Access-lists in Firewalls/Routers/PCs 11. DNS server/clents. 12. Wi-Fi Access-Points and Wi-Fi adapters in PCs --- 9,12 ---- Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** README.txt 19 Oct 2007 15:57:00 -0000 1.14 --- README.txt 20 Nov 2007 19:17:09 -0000 1.15 *************** *** 32,35 **** --- 32,45 ---- ********************* + ***** Release Version 0.39 20rd November 2007 ***** + + New Features + ------------ + + 1. CSU/DSU unit new connection types: RMI, CORBA, UDP. + 2. Addded printers. + 3. Added access-lists. + 4. New devices subtypes for Hubs, Switches and Routers. + ***** Release Version 0.38 3rd November 2007 ***** |