Czar.Echavez
2520b67889
#1916 :
...
- Added FTP to changelog
- Added FTP to documentation
- Added documentation in code
- Clean up of methods - prevent repeats of the same code
2023-09-25 14:31:57 +01:00
Marek Wolan
68f67f13da
Fix formatting on docs for actions.
2023-09-19 15:13:51 +01:00
Marek Wolan
d523ccc3cb
Improve docs on action system
2023-09-19 14:23:14 +01:00
Chris McCarthy
939de40f1e
#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
Czar Echavez
98e103a984
#1752 : added documentation for DNS Client and Server
2023-09-13 09:48:38 +01:00
Chris McCarthy
695b3ceab4
#1816 - Updated the DataManipulationBot to subclass DatabaseClient. Extended logging. Dropped the Link loading logging as it was clogging up the terminal output.
2023-09-11 16:15:03 +01:00
Chris McCarthy
388176b8bd
#1816 - Added full documentation on the database client/server, and the internal frame processing process
2023-09-11 09:30:40 +01:00
Chris McCarthy
b1d8666c16
#1816 - Added database client. Installed the database client on the Web Server node in the UC2 network. Updated the integration test to query the DB server using the DB client.
2023-09-08 16:50:49 +01:00
Chris McCarthy
1385adf3fe
Merge remote-tracking branch 'devops/dev' into feature/1801-Database
...
# Conflicts:
# src/primaite/simulator/network/container.py
# src/primaite/simulator/network/hardware/base.py
2023-09-04 19:45:29 +01:00
Christopher McCarthy
c547f12f4e
Merged PR 158: Sync with the downstream GitHub repo
...
DSTL requested some changes to docs.
Related work items: #1711
2023-09-04 18:21:19 +00:00
Chris McCarthy
dc9601bf30
Merge remote-tracking branch 'devops/dev' into downstream_github_sync
2023-09-04 16:46:14 +01:00
Chris McCarthy
f3f8d02fcb
Merge remote-tracking branch 'github/dev' into downstream_github_sync
2023-09-04 16:45:23 +01:00
Chris McCarthy
3075d1985b
#1800 - Renamed all ip fields so that they're post-fixed with ip_address
2023-09-04 14:58:34 +01:00
Chris McCarthy
05959e5408
#1800 - Moved the Switch code to a dedicated switch.py module.
...
- Added more switch tests.
- Updated ACL tests to use router acl.
- Updated more docs.
- Moved the Jupyter notebooks to _package_data and fixed up the setup to move all notebooks to ~/primaite/notebooks/example_notebooks.
2023-09-04 12:14:24 +01:00
Chris McCarthy
5111affeeb
#1800 - Added more docstrings and rst docs.
...
- Extended the .show functionality to enable markdown format too.
2023-09-01 16:58:21 +01:00
Marek Wolan
1eff41c786
Update docs based on new action options
2023-08-29 11:10:29 +01:00
Marek Wolan
07b740a81e
Update docs and changelog.
2023-08-21 09:49:31 +01:00
Chris McCarthy
1a1c3c9344
Added sphinx docs build pipeline for GitHub pages on release
2023-08-15 11:26:15 +01:00
Chris McCarthy
b902d945ee
Merge remote-tracking branch 'devops/dev' into feature/1706_node_class_and_node_type_subclasses
...
# Conflicts:
# CHANGELOG.md
# src/primaite/simulator/core.py
2023-08-10 13:29:14 +01:00
Chris McCarthy
9ee0ef2fd6
#1706 - Applied some final changes from PR. Fixed the PCAP log name on SwitchPort so that a pcap file is generated for each port.
2023-08-10 13:26:51 +01:00
Marek Wolan
51baabb35b
Update enums to uppercase in docs
2023-08-09 12:34:56 +01:00
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
Marek Wolan
f0d7e03fd7
Add docs and tests
2023-08-07 10:55:29 +01:00
Chris McCarthy
e7e39a8c1d
Merge branch 'github_dev' into downstream_github_sync
...
# Conflicts:
# docs/index.rst
# docs/source/primaite_session.rst
2023-08-03 16:07:15 +01:00
Chris McCarthy
fed65db7fc
Updated the What is PrimAITE? section in index.rst. Dropped the use of sphinx-code-tabs in the docs as building the docs in pdf (make latexpdf) is suddenly complaining about the tab buttons.
2023-08-03 16:04:23 +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
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
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
Marek Wolan
c1bcc372b1
Merge remote-tracking branch 'origin/dev' into feature/1709-base-simulation-class
2023-07-28 14:49:56 +01:00
Marek Wolan
b129c4fc97
Add SimComponent core class
2023-07-28 14:49:21 +01:00
Chris McCarthy
0f8d31c72c
#1711 - Last minute docs changes
2023-07-28 14:41:39 +01:00
Chris McCarthy
77e7941510
#1711 - Last minute docs changes
2023-07-28 14:39:01 +01:00
Chris McCarthy
efbb6ef8df
Added a CONTRIBUTING.md and added a URL to the Yawning-Titan reference in index.rst
2023-07-26 20:17:29 +01:00
Chris McCarthy
38f851ab66
Bumped version to 2.0.0
2023-07-26 14:38:57 +01:00
Chris McCarthy
1dc23e11f2
#1648 - Updated file header from 'Crown Owned Copyright (C) Dstl 2023. DEFCON 703. Shared in confidence.' to '© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK'
2023-07-21 14:54:09 +01:00
Chris McCarthy
534c066170
#1647 - Added _PrimaitePaths class that manages all the primaite locations using PlayformDirs. This class now creates new primaite locations for each version of primaite.
...
- Rolled the _PrimaitePaths class out throughout the code base.
- Updated the docs to reference the new version paths.
- Updated the author from qinetiq to dstl
- Bumped version number to 2.0.0rc2
2023-07-21 14:00:50 +01:00
Brian Kanyora
26ed3e8ec6
feature/1641:
...
Changed environment config to training config
2023-07-20 16:09:57 +01:00
SunilSamra
2fba54bfff
#1640 - Added --ldc and --tc prefixes and added small note about primaite session default run command
2023-07-20 14:45:55 +01:00
Chris McCarthy
6ac6b79b35
Merge branch 'dev' into feature/1635_Update_Primaite_Session_page_in_Docs
...
# Conflicts:
# src/primaite/setup/old_installation_clean_up.py
# src/primaite/setup/reset_example_configs.py
2023-07-18 11:36:31 +01:00
Chris McCarthy
0af6d6c44f
#1635 - Updated the session outputs details in primaite_session.rst
...
- Fixed Logger typehint bugs
2023-07-18 11:34:41 +01:00
Marek Wolan
72e72c80c2
Get tests working with new ACL changes
2023-07-18 11:16:39 +01:00
Marek Wolan
652c9f1b90
Merge remote-tracking branch 'origin/dev' into feature/901-change-functionality-acl-rules
2023-07-18 10:55:31 +01:00
Chris McCarthy
f4683f3b66
#1631 - Updated the copyright statement to comply with DEFCON 703 Edition 08/13
2023-07-17 19:57:34 +01:00
SunilSamra
37dd2838df
#901 - merged dev into branch
2023-07-17 19:54:07 +01:00
Chris McCarthy
678f953ced
#1631 - Added the DEFCON 703 header to all possible files
2023-07-17 19:28:43 +01:00
SunilSamra
5f46438ba8
Merge remote-tracking branch 'origin/dev' into feature/901-change-functionality-acl-rules
2023-07-17 15:51:01 +01:00
Czar Echavez
1d0a211b44
Merge branch 'dev' into feature/1595-finalise-and-test-the-loading-of-trained-agents
2023-07-17 15:23:46 +01:00
Sunil Samra
5685db804a
Removed apply_implicit_rule comment
2023-07-17 12:45:31 +00:00
SunilSamra
8008fab523
#901 - Removed flatten from training configs
...
- Added flatten operation in observations.py when there are multiple obs components
- Updated config.rst docs
2023-07-17 13:44:16 +01:00