Update of /cvsroot/javanetsim/javaNetSim
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22802
Modified Files:
README.txt TODO.txt
Log Message:
New link type -- FX, Fiber Ethernet. Small changes in interface properties dialogs; added serial network interface properties dialog.
Index: TODO.txt
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** TODO.txt 14 Oct 2007 17:19:06 -0000 1.25
--- TODO.txt 19 Oct 2007 15:57:00 -0000 1.26
***************
*** 4,11 ****
*** Whole Project
! 1. ReNew Console(IOS-similar command line) and normal config files.
! 1.1 Rebooting devices.
! 1.2 Up/down interfaces.
! 2. VPN-client/VPN-gateway (sockets, RMI and Corba mechanisms) (or PPP Client/PPP Gateway -- ??)
3. DHCP server/clients : retrying/repeating transactions, re-leasing.
4. Socks Proxy(old -- Nat Gateway) to external network.
--- 4,8 ----
*** Whole Project
! 2. Add (TCP sockets, RMI and Corba mechanisms) to CSU/DSU units + TCP packets transport
3. DHCP server/clients : retrying/repeating transactions, re-leasing.
4. Socks Proxy(old -- Nat Gateway) to external network.
***************
*** 27,35 ****
1. Check changing/saving netmask in SET TCP/IP Properties dialog.
- 2. Create _normal_ route table edit form (instead of route command). Use as template EditRoutesDialog.java. Note,
- that "route" command is only for ugly testing purposes!
7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!).
! 8. Add show switch cache dialog.
! 9. Device config save/load.
*** Simulation Related
--- 24,29 ----
1. Check changing/saving netmask in SET TCP/IP Properties dialog.
7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!).
! 10. Optimize File Open/Save dialog calling...
*** Simulation Related
Index: README.txt
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** README.txt 13 Oct 2007 12:57:00 -0000 1.13
--- README.txt 19 Oct 2007 15:57:00 -0000 1.14
***************
*** 32,35 ****
--- 32,46 ----
*********************
+ ***** Release Version 0.38 3rd November 2007 *****
+
+ New Features
+ ------------
+
+ 1. New command line (console).
+ 2. Added new link types (Console, Serial).
+ 3. New savefile format.
+ 4. New protocols: DHCP
+ 5. New devices: CSU/DSU unit
+
***** Release Version 0.34 1th October 2007 *****
|