Czar Echavez
|
028211d288
|
#1714: update to use objects instead of uuids + tests
|
2023-08-07 09:34:59 +01:00 |
|
Marek Wolan
|
ac9b83cc42
|
Merge remote-tracking branch 'origin/dev' into feature/1716-accounts-and-groups
|
2023-08-07 09:15:35 +01:00 |
|
Czar Echavez
|
46c70ac084
|
#1714: refactor private attributes and made them public + serialisation tests
|
2023-08-03 22:20:14 +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 |
|
Marek Wolan
|
2a680c1e48
|
Test my validators
|
2023-08-03 16:26:33 +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 |
|
Marek Wolan
|
94617c57a4
|
Make register and deregister acct private
|
2023-08-03 13:24:27 +01:00 |
|
Marek Wolan
|
3a2840bed8
|
Overhaul sim component for permission management.
|
2023-08-03 13:09:04 +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
|
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 |
|
Marek Wolan
|
091b4a801d
|
Make some progress on accounts
|
2023-08-02 13:43:31 +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 |
|
Marek Wolan
|
dda986fc56
|
Merge remote-tracking branch 'origin/dev' into feature/1716-accounts-and-groups
|
2023-08-01 12:52:17 +01:00 |
|
Chris McCarthy
|
0f33b837aa
|
#1715 - Fixed up pr code suggestion flake8 issues
|
2023-08-01 12:45:36 +01:00 |
|
Christopher McCarthy
|
5ee3eff0e9
|
Apply suggestions from code review
|
2023-08-01 11:14:36 +00:00 |
|
Christopher McCarthy
|
2769b1bfb1
|
Apply suggestions from code review
|
2023-08-01 11:04:16 +00:00 |
|
Chris McCarthy
|
8785089a1c
|
#1715 - Moved IPv4Address conversions to the NIC init. Mak wake_on_lan not optional. Ignored ANN002 and ANN003 in .flake8 so we don't get silly 'ANN002 Missing type annotation for *args' and 'ANN003 Missing type annotation for **kwargs' flake8 failures
|
2023-08-01 10:32:16 +01:00 |
|
Marek Wolan
|
5ebbfab0ff
|
Create some files for domain sim
|
2023-08-01 10:02:13 +01:00 |
|
Chris McCarthy
|
557caeaac4
|
#1715 - Added suppress-none-returning and suppress-dummy-args to .flake8 as flake8-annotations can get very annoying
|
2023-08-01 08:19:28 +01:00 |
|
Chris McCarthy
|
e4b6f266e8
|
#1715 - Added timestep int as a param to the apply_timestep function in core.py. Also added a reset_component_for_episode function. Updated docs with details of Link and NIC.
|
2023-07-31 20:05:36 +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
|
a486780fba
|
Add timestep function
|
2023-07-31 11:39:33 +01:00 |
|
Marek Wolan
|
8e2ef1b695
|
Apply suggestions from code review
|
2023-07-31 10:25:29 +00: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 |
|