Blake Harnden
|
9218fb0b6f
|
docs: added notes about new wireless node type to GUI documentation
|
2022-10-12 08:48:23 -07:00 |
|
Blake Harnden
|
c067de6792
|
docs: updates to install page to cover all install types and PATH issues
|
2022-10-07 12:52:53 -07:00 |
|
Blake Harnden
|
382ff6d49b
|
docs: updated install doc to provide a better example for installing emane python bindings into a virtual environment
|
2022-08-30 12:25:34 -07:00 |
|
Blake Harnden
|
018865b2a2
|
docs: added install note about upgrading pip to avoid building from source related issues
|
2022-08-02 13:49:38 -07:00 |
|
Blake Harnden
|
d8632da96b
|
install: fixed install.md error for docker build command, fixed default dockerfile example for centos package install to not use NO_VENV
|
2022-07-27 16:41:23 -07:00 |
|
Blake Harnden
|
28d3deeee8
|
install: updated and added dockerfiles for ubuntu/centos, updated notes on install page to correlate
|
2022-05-25 21:43:52 -07:00 |
|
Blake Harnden
|
2e3e085522
|
daemon: adjustments to revamp how core nodes are created in session.add_node, nodes now provide a create_options function for node specific options that are type hinted
|
2022-05-25 10:51:42 -07:00 |
|
Blake Harnden
|
d83bfed608
|
merged latest updates from develop
|
2022-03-22 10:03:03 -07:00 |
|
Blake Harnden
|
d684b8eb5a
|
docs: updated emane python example to use updated set_config
|
2022-03-11 11:04:01 -08:00 |
|
Blake Harnden
|
6cf2793e30
|
install: removed netgraph checks in configure.ac, removed referenced to netgraph in docs
|
2022-03-08 16:50:09 -08:00 |
|
Blake Harnden
|
f0750d78b0
|
docs: updated plantuml files to remove tlv/imn references and regenerated images
|
2022-03-08 16:10:22 -08:00 |
|
Blake Harnden
|
c8a589ef76
|
daemon: removing python tlv related code and tests related to it
|
2022-03-08 14:18:47 -08:00 |
|
Blake Harnden
|
3eed1a09fb
|
docs: removing references to imn, tcl, tk, tlv, and .core, removed unused icons
|
2022-03-08 11:30:03 -08:00 |
|
Blake Harnden
|
b085105a6b
|
install: updated install instructions to use the right command for centos example
|
2022-02-28 10:03:34 -08:00 |
|
Blake Harnden
|
2dd3839396
|
docs: updated emane docs to remove old GUI references and update the example pictures to include the configuration dialog of the new gui
|
2022-02-25 12:17:51 -08:00 |
|
Blake Harnden
|
482ad037f4
|
docs: updates to cleanup formatting on tables and denote that the python gui is the default in index.md
|
2022-02-25 10:38:14 -08:00 |
|
Blake Harnden
|
113be65078
|
install: adjustments to have a better workflow for installation
|
2022-02-17 15:17:07 -08:00 |
|
Blake Harnden
|
9d32c432db
|
install: updates to README and install docs for installing to run ensurepath after setup.sh ends
|
2022-02-17 15:03:09 -08:00 |
|
Blake Harnden
|
0fcc532c0d
|
docs: updated note on poetry version installed
|
2022-02-11 21:04:12 -08:00 |
|
Blake Harnden
|
47b02c3e7b
|
docs: removed notes on needing to install ebtables legacy
|
2022-02-09 12:47:49 -08:00 |
|
Blake Harnden
|
df5ff02f95
|
docs: fix for bad config service example
|
2022-02-01 21:26:03 -08:00 |
|
Blake Harnden
|
bc8c49c573
|
added docs on how to leverage Dockerfile install for core and update Dockerfile to default to master for latest release
|
2022-01-12 15:30:10 -08:00 |
|
Blake Harnden
|
8cf2b9af08
|
install: updates to docs and scripts for installing core
|
2022-01-11 11:06:06 -08:00 |
|
Blake Harnden
|
f98594e927
|
install: updates to install docs and update to task for installing emane to be limited to installing for the python virtual environment, recommend official packages instead
|
2021-11-17 15:55:05 -08:00 |
|
Blake Harnden
|
c055103c1b
|
readme: updated to add a quick start section
|
2021-11-16 12:52:31 -08:00 |
|
Blake Harnden
|
22e92111d0
|
daemon: updates to provide config types for configurable values, without the need to specify the enumerated type
|
2021-11-15 16:40:30 -08:00 |
|
Blake Harnden
|
bd3e2f5d0e
|
docs: adding initial documentation to help cover using config services
|
2021-11-15 14:33:05 -08:00 |
|
Blake Harnden
|
b78c07bd24
|
docs: update node types to include lxc/docker type documentation, instead of being hidden within examples
|
2021-11-11 10:59:11 -08:00 |
|
Blake Harnden
|
5bc3345d37
|
adjustments to remove global emane configuration, platform configurations can now be configured per nem, retrieve emane specific core settings from session options
|
2021-05-19 20:44:00 -07:00 |
|
Blake Harnden
|
c2fdbbca32
|
docs: updated installation page to note commands for enabling the core service, when desired
|
2021-05-11 20:52:10 -07:00 |
|
Blake Harnden
|
30291a8438
|
daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking
|
2021-05-10 15:07:42 -07:00 |
|
Blake Harnden
|
50e3aadc6b
|
daemon: refactoring to load emane models one time during startup, updates to account for this change
|
2021-05-07 10:40:18 -07:00 |
|
Blake Harnden
|
53ae6ac784
|
grpc: updated create session to return a session object with default values, avoids scripts needing to create and then join, can just create and leverage the returned object
|
2021-05-06 15:06:16 -07:00 |
|
Blake Harnden
|
15acdaa40f
|
grpc: removed old client, refactored wrapped client to be the new standard client, removed old client tests, updated documentation
|
2021-05-04 13:29:22 -07:00 |
|
Blake Harnden
|
25025c00bc
|
Merge branch 'master' into develop
|
2021-04-15 22:21:40 -07:00 |
|
Blake Harnden
|
6ce4b425f8
|
doc: add note to upgrade pip before installing
|
2021-04-15 21:46:55 -07:00 |
|
Blake Harnden
|
6086d1229b
|
daemon: updated config.py to use dataclasses for config classes, updated naming and referencing. updated configurable options to self validate default values align with the config type. updated the example emane model to better align with the current state of things
|
2021-03-31 11:13:40 -07:00 |
|
Peter R
|
b88ec31df6
|
Update architecture.md
Fixed a typo.
|
2021-01-06 16:24:09 -05:00 |
|
Blake Harnden
|
ed717599c8
|
updated changelog for 7.3.0, fixed install docs not displaying file paths properly and simplified requirements section moving it near the top
|
2020-12-02 09:40:49 -08:00 |
|
bharnden
|
83ba6cea70
|
Merge pull request #527 from leif81/patch-1
Typo in services.md
|
2020-11-13 17:13:51 -08:00 |
|
Leif Gruenwoldt
|
db7d4ca0c1
|
Typo in services.md
|
2020-11-12 22:36:14 -05:00 |
|
Blake Harnden
|
96dddb687d
|
docs: updated example custom emane model to use type hinting and embedded it into the emane documentation page, daemon: adjustment to correct rj45 not being provided an iface id when deleting a link from core tlv
|
2020-10-11 12:06:35 -07:00 |
|
Blake Harnden
|
90d2d5f0dc
|
updated example service to use ExampleService naming and type hinting, removed older type hinting within docs, updated example service in documentation
|
2020-10-11 11:07:02 -07:00 |
|
Blake Harnden
|
f2868a9554
|
daemon: fixed issue where emane global config settings were not being sent to core-gui when joining a session
|
2020-10-05 20:15:55 -07:00 |
|
Blake Harnden
|
8a6fdc69ba
|
docs: added note about core-gui behavior when running the emane antenna demo
|
2020-10-04 23:06:01 -07:00 |
|
Blake Harnden
|
93a5d1fb01
|
docs: cleanup of some of the emane demos, added antennaprofile demo example
|
2020-10-04 22:42:09 -07:00 |
|
Blake Harnden
|
5a07929fde
|
added emane examples for various emane topics when used within core
|
2020-10-04 18:31:34 -07:00 |
|
Blake Harnden
|
00433bfd99
|
added note about docker issue in install doc, bumped version to 7.2.1
|
2020-09-28 23:14:20 -07:00 |
|
Blake Harnden
|
a3d2e6dfe3
|
updated install docs to try and be more explicit, updated install tasks to allow forcing an install type override for unsupported OSs
|
2020-09-26 09:42:15 -07:00 |
|
Blake Harnden
|
8ca52bf475
|
docs: small cleanup for grpc/python docs
|
2020-09-14 08:41:38 -07:00 |
|