[Javanetsim-cvs] javaNetSim TODO.txt,1.13,1.14
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2005-12-01 14:54:52
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8407 Modified Files: TODO.txt Log Message: Rout tables almost done! Please test them and send me bugs ;). Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TODO.txt 30 Nov 2005 13:02:31 -0000 1.13 --- TODO.txt 1 Dec 2005 14:54:37 -0000 1.14 *************** *** 15,19 **** 1. Need to save MACs. 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! 3. Routing tables save/load. 4. Dirty Lines SAVE/LOAD!!!!! --- 15,19 ---- 1. Need to save MACs. 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! 3. Routing tables save/load. 4. Dirty Lines SAVE/LOAD!!!!! *************** *** 24,39 **** *** Simulation Related - 5. The routing tables do not support netID's or subnetID's. In fact nothing in the simulation supports net or subnet - IDs. 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. - 9. Routing tables do not contain default routes. 10. The deleteNode() and deleteLink() methods need to be tested. The deleteNode() definitely needs changing, see the Simulation.java source file for more details. - 11. Need to design __normal__ routing tables with any number of entries. 12. 2Fedor: OSPF. ! 13. FDDI (Key && Gift(?)) 14. Switches (?) 15. UDP (Gift) --- 24,35 ---- *** Simulation Related 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. 10. The deleteNode() and deleteLink() methods need to be tested. The deleteNode() definitely needs changing, see the Simulation.java source file for more details. 12. 2Fedor: OSPF. ! 13. FDDI (Key && Gift(?)) (??) 14. Switches (?) 15. UDP (Gift) *************** *** 41,47 **** 16. TCP(Gift && Key) TCP Element reset discussion. ! ! ! 17. 2Fedor: RIP (over IP) --- 37,42 ---- 16. TCP(Gift && Key) TCP Element reset discussion. ! 17. SNMP (QweR, Key, Gift) ! 18. Telnet (QweR) |