Chris McCarthy
|
4e4c2b501a
|
Merge remote-tracking branch 'devops/dev' into feature/1706_node_class_and_node_type_subclasses
# Conflicts:
# tests/unit_tests/_primaite/_simulator/test_core.py
|
2023-08-08 20:05:11 +01:00 |
|
Czar Echavez
|
a4c193cd34
|
#1714: apply recommended changes with removing get methods and using the properties directly
|
2023-08-07 16:20:55 +01:00 |
|
Czar Echavez
|
554619e4b4
|
#1714: conver file and folder lists to dicts + fixing and adding a few more tests
|
2023-08-07 14:49:59 +01:00 |
|
Czar Echavez
|
b58a3a3e24
|
#1714: FileSystemItem is no longer an abstract base class + Added enums and enum sizes + stream lined FileSystemFile init
|
2023-08-07 11:52:54 +01:00 |
|
Czar Echavez
|
028211d288
|
#1714: update to use objects instead of uuids + tests
|
2023-08-07 09:34:59 +01:00 |
|
Czar Echavez
|
46c70ac084
|
#1714: refactor private attributes and made them public + serialisation tests
|
2023-08-03 22:20:14 +01:00 |
|
Czar Echavez
|
b08683fcd3
|
#1714: fix tests
|
2023-08-03 12:42:16 +01:00 |
|
Czar Echavez
|
483fa7d841
|
Merge branch 'dev' into feature/1714-file-system-file-system-folder-and-file-system-file-class-skeletons
|
2023-08-03 12:15:08 +01:00 |
|
Czar Echavez
|
a0356a7fbc
|
#1714: updated file system classes
|
2023-08-03 12:14:11 +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 |
|
Chris McCarthy
|
95f5515d69
|
#1724 - Added documentation for the transport layer down to data link layer
|
2023-08-02 12:12:08 +01:00 |
|
Chris McCarthy
|
9d17a9b0d3
|
#1724 - Added the primaite/simulator/network/transmission sub-package with modules for each layer. They come together to build a minimal but fairly realistic network Frame. A custom PrimaiteHeader has been included to hold primaite specific metadata required in transmission for reward function and RL agent downstream. Added some basic tests that check the proper configuration of Frames with matching headers for protocols. Updated the frame typehints in NIC and Link classes.
|
2023-08-01 22:25:00 +01:00 |
|
Czar Echavez
|
841aafd259
|
Merge branch 'dev' into feature/1714-file-system-file-system-folder-and-file-system-file-class-skeletons
|
2023-08-01 16:20:08 +01:00 |
|
Czar Echavez
|
ea8c65a17e
|
#1714: set up files
|
2023-08-01 16:18:49 +01:00 |
|
Chris McCarthy
|
0532db960a
|
#1715 - Added more tests. MAde use of the pydantic model_post_init function for proper ipv4 cofiguration checking. Added NetworkError to exceptions.py.
|
2023-07-31 16:55:45 +01:00 |
|
Chris McCarthy
|
59394c3642
|
#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 |
|
Marek Wolan
|
3b4a01760b
|
Rework apply_actions to make it more standard
|
2023-07-28 15:14:43 +01:00 |
|
Marek Wolan
|
b129c4fc97
|
Add SimComponent core class
|
2023-07-28 14:49:21 +01:00 |
|