This website requires JavaScript.
Explore
Help
Sign In
oxbrbtx
/
PrimAITE
Watch
1
Star
0
Fork
0
You've already forked PrimAITE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ae6e835955136c815eb496efa2bcb2f4329b0af6
PrimAITE
/
src
/
primaite
/
simulator
/
network
History
Marek Wolan
ae6e835955
Apply suggestions from code review.
2023-08-25 15:58:07 +01:00
..
hardware
Apply suggestions from code review.
2023-08-25 15:58:07 +01:00
protocols
#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
transmission
#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
__init__.py
#1715
- Added Link class in physical_layer.py. Also added NIC class in physical_layer.py for
#1672
. Added attributes and public API functions. test_physical_layer.py ready to house the tests once logic has been implemented.
2023-07-31 15:55:22 +01:00
container.py
Apply suggestions from code review.
2023-08-25 15:58:07 +01:00
utils.py
#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