Chris McCarthy
|
9fbc3c91f7
|
#1706 - Finished up the Node and Switch MVP. Added full extensive documentation on what's happening at each step.
|
2023-08-08 20:22:18 +01:00 |
|
Chris McCarthy
|
139d739732
|
#1706 - Tidies up the sysLog ARPCache, and ICMP classes and integrated them into the Node. Tidied up the base implementation of SoftwareManager and SessionManager. Tidies up the public API for Services and Applications. Added the SwitchPort and Switch classes. Added a basic test in test_frame_transmission.py that tests sending a frame from one node to another across a multi-switch network.
|
2023-08-07 19:33:52 +01:00 |
|
Chris McCarthy
|
04f1cb0dc6
|
#1706 - Got the code services, application, and process base classes stubbed out. Need them now so that I can leverage them for core node services required.
|
2023-08-03 21:30:13 +01:00 |
|
Chris McCarthy
|
cac4779244
|
#1706 - Started adding the core node software required by all nodes. Made some tweaks to the Frame to have send and receive timestamp.
|
2023-08-03 14:37:55 +01:00 |
|
Chris McCarthy
|
209f934abd
|
#1706 - Added some extra logging
|
2023-08-02 22:01:15 +01:00 |
|
Chris McCarthy
|
897dbdf10c
|
#1706 - Got the core Node class build and working with ARP and the ability to ping another node. Added some basic tests in. Next job is to create the Node subclasses. Then move ARP and ICMP into a service that is used by all nodes.
|
2023-08-02 21:54:21 +01:00 |
|