[Javanetsim-cvs] javaNetSim TODO.txt,1.18,1.19
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2005-12-08 18:07:46
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13963 Modified Files: TODO.txt Log Message: Hub bug FIX, new save file format, route tables s/l and more... Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TODO.txt 8 Dec 2005 16:45:07 -0000 1.18 --- TODO.txt 8 Dec 2005 18:07:38 -0000 1.19 *************** *** 15,23 **** 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!!!!! ! 5. App setting SAVE/LOAD!!!! 6. App level in S/L. ! 7. Fix LinkProperties Dialog: safe using (check for correct input values). *** Simulation Related --- 15,21 ---- 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! 6. App level in S/L. ! 7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!). *** Simulation Related *************** *** 27,35 **** 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) pretty done --- 25,29 ---- *************** *** 38,42 **** 17. SNMP (QweR, Key, Gift) 18. Telnet (QweR) ! *** Command Line Interface (CLI) Related --- 32,36 ---- 17. SNMP (QweR, Key, Gift) 18. Telnet (QweR) ! 19. Echo Protocol Editing. *** Command Line Interface (CLI) Related |