[Javanetsim-cvs] javaNetSim README.txt, 1.11, 1.12 TODO.txt, 1.22, 1.23
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-09-14 15:30:12
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22094 Modified Files: README.txt TODO.txt Log Message: Updated TODO, README, and vesrion. Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** TODO.txt 8 Nov 2006 14:27:29 -0000 1.22 --- TODO.txt 14 Sep 2007 15:30:08 -0000 1.23 *************** *** 4,11 **** *** Whole Project ! 1. SOA interfaces? Script language to operate sockets? Middleware emulation? ! 2. NAT gateway to external network. ! *** Documentation 1. Write documentation for routing functions in ProtocolStack, IPv4, Route_Entry. --- 4,18 ---- *** Whole Project ! 2. Socks Proxy(old -- Nat Gateway) to external network. ! 3. ReNew Console(IOS-similar command line) and normal config files. ! 4. VPN-client/VPN-gateway (sockets, RMI and Corba mechanisms) (or PPP Client/PPP Gateway -- ??) ! 5. Second level Switches (VLAN, etc...) ! 6. Normal SocketLayer (instead of current ugly mechanism) ! 7. Firewalls (NAT, PAT, etc) ! 8. Access-lists in Firewalls/Routers/PCs ! 9. DHCP server/clients, DNS. ! 10. Wi-Fi Access-Points and Wi-Fi adapters in PCs ! *** Documentation/Comments 1. Write documentation for routing functions in ProtocolStack, IPv4, Route_Entry. *************** *** 17,32 **** 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! - 5. App setting SAVE/LOAD! 7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!). 8. Add show switch cache dialog. *** Simulation Related *** Command Line Interface (CLI) Related - (useless tasks, CLI shall be removed in future) 0. Redevelop the CLI. - 1. The Command Line Interface DISPLAYNODES and DISPLAYLINKS functions do not output anything if there are no Nodes or Links in the Simulation. Same with the DISPLAYSCRIPT command, if the script is empty nothing is displayed. - 2. The Command Line Interface DISPLAYALLINFO command will instantiate more than one timer if you use it more than once. This will also cause the CLI to not exit normally when using 'exit' or 'quit'. - 3. In the CLI, a warning message is printed out if there are simulation network environment problems before using RUNSCRIPT. The CLI *may* fall over if you attempt to run the script when there are some environment problems. This hasn't been tested completely. - --- 24,34 ---- 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 *** Command Line Interface (CLI) Related 0. Redevelop the CLI. Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** README.txt 22 Nov 2006 21:51:14 -0000 1.11 --- README.txt 14 Sep 2007 15:30:08 -0000 1.12 *************** *** 3,7 **** ################################### ! Version: Public Release Version 0.32.3 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. --- 3,7 ---- ################################### ! Version: Public Release Version 0.33 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. *************** *** 18,22 **** 1. If you do not have the Java Runtime Environment (JRE) installed on your Operating System, the program will not be ! able to run. You must install the Java Runtime Environment 1.5.0_07 or later. This can be downloaded from www.java.com --- 18,22 ---- 1. If you do not have the Java Runtime Environment (JRE) installed on your Operating System, the program will not be ! able to run. You must install the Java Runtime Environment 1.6.0_01 or later. This can be downloaded from www.java.com *************** *** 24,28 **** to start the Graphical User Interface. ! Note: The Java Network Simulator has only been fully tested under WinXP and Linux (Gentoo/Fedora). While there should be no problem running on other platforms, unexpected results may possibly occur. --- 24,28 ---- to start the Graphical User Interface. ! Note: The Java Network Simulator has only been fully tested under WinXP/WinVista and Linux (Gentoo/Fedora). While there should be no problem running on other platforms, unexpected results may possibly occur. *************** *** 32,35 **** --- 32,52 ---- ********************* + ***** Release Version 0.33 16th September 2007 ***** + + Fixed + ----- + + GUI Issues - + + 1. Fixed Java 6 related bugs with some diaglogs. + + New Features + ------------ + + 1. Text packet log console replaced with nice color table. + 2. Print ARP Cache/Print Route Table results now shows in a separate window(insted of log console). + 3. New Turn On/Off network device function. + 4. Finally moved to Java 6 (1.6). + ***** Release Version 0.32.3 16th November 2006 ***** *************** *** 113,117 **** 2. Added 'readme/changelog' window and menu item. 3. Added switches(experimental). ! ***** Release Version 0.22.1 6th November 2005 ***** --- 130,137 ---- 2. Added 'readme/changelog' window and menu item. 3. Added switches(experimental). ! 4. Added routing. ! 5. Added TCP/UDP and some Applications (Telnet, TCP/UDP Echo and SNMP). ! 6. Added console for network level devices. ! 7. Added lines sieve feature. ***** Release Version 0.22.1 6th November 2005 ***** |