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
a719389e05aee3f2520685ab9944e718667377c5
PrimAITE
/
src
/
primaite
/
simulator
/
network
History
Marek Wolan
a719389e05
Add placeholder actions
2023-09-19 11:24:42 +01:00
..
hardware
Add placeholder actions
2023-09-19 11:24:42 +01:00
protocols
#1752
- Moved dns_server ip address from the NIC to the Node. Updated the arcd_uc2_network so that clients and servers have a dns server. Added sys_log entries for DNSServer and DNSClient. MAde the DNSServer always rend a reply, but for the resolved IP address to be empty if it cannot be resolved.
2023-09-18 10:25:26 +01:00
transmission
#1752
: simplifying the DNS implementation - switch to TCP + fixing the DNS integration test
2023-09-12 13:37:11 +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
Merge remote-tracking branch 'origin/dev' into feature/1812-traverse-actions-dict
2023-09-19 10:12:47 +01:00
networks.py
#1752
- Moved dns_server ip address from the NIC to the Node. Updated the arcd_uc2_network so that clients and servers have a dns server. Added sys_log entries for DNSServer and DNSClient. MAde the DNSServer always rend a reply, but for the resolved IP address to be empty if it cannot be resolved.
2023-09-18 10:25:26 +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