[Javanetsim-cvs] javaNetSim README.txt,1.3,1.4 TODO.txt,1.19,1.20
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-09-02 07:53:19
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27262 Modified Files: README.txt TODO.txt Log Message: Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** TODO.txt 8 Dec 2005 18:07:38 -0000 1.19 --- TODO.txt 2 Sep 2006 07:53:15 -0000 1.20 *************** *** 4,8 **** *** Whole Project ! 1. Fix Version.java: add new developers. *** Documentation --- 4,8 ---- *** Whole Project ! *** Documentation *************** *** 23,36 **** 8. Cannot route to another Node if sending from the Application layer of a Router (SENDAPPDATA router1 pc2 message1 data). This would be because there's no IP Forwarding decisions on the receivePacket() method in IP when receiving a ! Packet from the upper layer (UDP). ! The Routing table needs to be checked and a decision made as to which interface to send the data to. ! 12. 2Fedor: OSPF. ! 15. UDP (Gift) ! pretty done 16. TCP(Gift && Key) TCP Server disconnect after timeout ! 17. SNMP (QweR, Key, Gift) ! 18. Telnet (QweR) ! 19. Echo Protocol Editing. *** Command Line Interface (CLI) Related --- 23,30 ---- 8. Cannot route to another Node if sending from the Application layer of a Router (SENDAPPDATA router1 pc2 message1 data). This would be because there's no IP Forwarding decisions on the receivePacket() method in IP when receiving a ! Packet from the upper layer (UDP). The Routing table needs to be checked and a decision made as to which interface to send the data to. 16. TCP(Gift && Key) TCP Server disconnect after timeout ! Problems with massive amount of packets. *** Command Line Interface (CLI) Related Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README.txt 8 Dec 2005 19:04:23 -0000 1.3 --- README.txt 2 Sep 2006 07:53:15 -0000 1.4 *************** *** 3,7 **** ################################### ! Version: Public Release Version 0.22 Website: (none) --- 3,7 ---- ################################### ! Version: Public Release Version 0.30 Website: (none) *************** *** 158,168 **** 4 : Console output is not in a True Space font, resulting in some funny output occasionally. - 5 : No saving / loading from the Graphical User Interface. - - 6 : Some issues when 2 jFirewallSim's are running concurrently and drawing links between a node on the first - jFirewallSim and a node on the second jFirewallSim. - - 7 : When drawing links, the right mouse button can be used. - ***** Release Version V 0.10 June 2004 ***** --- 158,161 ---- |