bharnden
|
d5dec12439
|
Merge pull request #428 from coreemu/develop
Develop
|
2020-04-13 14:14:39 -07:00 |
|
Blake Harnden
|
04bd3a2f8f
|
updated changelog for 6.3.0 release
|
2020-04-13 14:09:02 -07:00 |
|
Blake Harnden
|
3c909d4989
|
updated version for next release
|
2020-04-13 12:02:55 -07:00 |
|
Blake Harnden
|
a72b0bb4a5
|
updated changelog for 6.2.0
|
2020-04-13 12:01:46 -07:00 |
|
Blake Harnden
|
928bfc73dc
|
updates to core architecture diagrams leveraging plantuml, removed usage of virtual machine language in docs to help avoid confusion
|
2020-04-13 11:51:12 -07:00 |
|
Blake Harnden
|
27a6c76d57
|
small tweak to gui docs
|
2020-04-13 08:52:37 -07:00 |
|
Blake Harnden
|
73a96ffcf5
|
added section on install page about using install.sh
|
2020-04-09 21:42:04 -07:00 |
|
Blake Harnden
|
36b3243a4b
|
updates to NOTEs in documentation
|
2020-04-09 21:33:20 -07:00 |
|
Blake Harnden
|
0d490344fc
|
fixed type on gui.md
|
2020-04-09 14:39:09 -07:00 |
|
Blake Harnden
|
ca039946a6
|
quick pass with some doc cleanup and reformatting to fix various issues
|
2020-04-09 14:34:52 -07:00 |
|
Blake Harnden
|
a5c412b594
|
updates to sdt integration to use different colors for each network of wireless links
|
2020-04-09 11:42:27 -07:00 |
|
Blake Harnden
|
3a45e9ec7a
|
fix for ipsec service reading file as bytes
|
2020-04-07 21:03:45 -07:00 |
|
bharnden
|
c3224251b7
|
Merge pull request #424 from smvoigt/coreemu#423
Add IS-IS to FRR service #423
|
2020-04-06 17:06:17 -07:00 |
|
bharnden
|
41451c29cf
|
Merge pull request #422 from smvoigt/coreemu#421
Fix for IPv6 Addresses disappear with FRR #421
|
2020-04-06 17:01:20 -07:00 |
|
bharnden
|
0db119a9ae
|
Merge pull request #425 from coreemu/enhancement/route-monitor
Enhancement/route monitor
|
2020-04-06 16:54:33 -07:00 |
|
Blake Harnden
|
87f90cd8e3
|
added tcpdump check to print a message about its requirement
|
2020-04-06 16:47:21 -07:00 |
|
Blake Harnden
|
0aa7c6f1f2
|
cleaned up how grpc creates node protobuf data for grpc interfaces, cleaned up route monitor script slighly
|
2020-04-06 16:09:01 -07:00 |
|
Blake Harnden
|
0742c08b59
|
added session/node dir to grpc responses and node channels, updating route monitor to use grpc for getting session/node information
|
2020-04-06 15:46:47 -07:00 |
|
Shaun Voigt
|
6c9c2cbeb0
|
resolve isort
|
2020-04-07 07:50:26 +09:30 |
|
Blake Harnden
|
2750a69e79
|
initial route monitor based on searching for core directories
|
2020-04-06 15:16:16 -07:00 |
|
Shaun Voigt
|
8dfdd6171d
|
check for ipv6 address using netaddr.valid_ipv6
|
2020-04-07 07:44:23 +09:30 |
|
Shaun Voigt
|
29fea7e572
|
Add IS-IS support to FRR Service #423
|
2020-04-06 18:26:29 +09:30 |
|
Shaun Voigt
|
ba18853509
|
resolve black formatting
|
2020-04-06 18:03:27 +09:30 |
|
Shaun Voigt
|
953bd80e2e
|
isort - sort imports
|
2020-04-06 17:54:42 +09:30 |
|
Shaun Voigt
|
b6fbedf471
|
Fix for IPv6 Addresses disappear with FRR #421
|
2020-04-06 17:36:32 +09:30 |
|
Blake Harnden
|
d0c4d4b935
|
fixed issue where the udp handler would no broadcast node/link changes from coresendmsg
|
2020-04-02 21:14:08 -07:00 |
|
Blake Harnden
|
7be7beec42
|
updated core-daemon thread usage to use thread daemon param
|
2020-04-02 17:33:38 -07:00 |
|
Blake Harnden
|
7d392c43ac
|
improve default route service to detect connected routers and use the addresses of the first one found
|
2020-04-02 15:12:07 -07:00 |
|
Blake Harnden
|
72189a5c28
|
fix configdata issue, since most corehandler code did not account for using flags directly
|
2020-04-01 10:56:09 -07:00 |
|
Blake Harnden
|
b29f640547
|
modified emane link monitor to send labels containing sinr values to sdt
|
2020-03-31 21:09:20 -07:00 |
|
Blake Harnden
|
091131fe5c
|
tweak to session.exception to default node_id to None when not provided
|
2020-03-31 16:39:27 -07:00 |
|
Blake Harnden
|
3165bddc92
|
updates to allow emane to throw an exception when emane python bindings are not present and emane is attempted to be ran
|
2020-03-31 16:21:04 -07:00 |
|
Blake Harnden
|
71196004c8
|
improved sdt deletion of links by using the id properly
|
2020-03-31 15:20:34 -07:00 |
|
Blake Harnden
|
1252f72220
|
updated requirements.txt to use environment markers for dataclasses dependency
|
2020-03-31 14:38:48 -07:00 |
|
bharnden
|
eccd1f1695
|
Merge pull request #418 from coreemu/enhancement/dataclasses
switched core emulator data files from using namedtuples to backporte…
|
2020-03-31 14:32:24 -07:00 |
|
Blake Harnden
|
2ce1ef04ae
|
updated Pipfile.lock to denote marker for only installing dataclasses in python 3.6
|
2020-03-31 14:28:17 -07:00 |
|
Blake Harnden
|
2532f6605d
|
modify setup.py to denote dataclasses only being needed in 3.6
|
2020-03-31 14:19:02 -07:00 |
|
Blake Harnden
|
6e8f980cc9
|
moved github action to 3.6, since that is the current min requirement
|
2020-03-31 14:06:13 -07:00 |
|
Blake Harnden
|
13ef701b6e
|
ignore reading emane global config from xml when not present
|
2020-03-31 10:08:08 -07:00 |
|
Blake Harnden
|
8186c62b19
|
switched core emulator data files from using namedtuples to backported dataclasses
|
2020-03-31 09:41:29 -07:00 |
|
bharnden
|
5d9b451b1d
|
Merge pull request #416 from coreemu/enhancement/emane-links
Enhancement/emane links
|
2020-03-30 12:59:44 -07:00 |
|
Blake Harnden
|
16764c702b
|
updated emane link monitor to not run when there is nothing to monitor, added better logging about what is being monitored
|
2020-03-30 12:26:08 -07:00 |
|
Blake Harnden
|
7e0efa7020
|
updated sdt plugin to support layering core nodes and links as well as wireless links into network layers, also using linkid to support multiple links between nodes
|
2020-03-30 12:00:22 -07:00 |
|
Blake Harnden
|
7b29f6bb82
|
change to account for importing slightly older bindings for emane link monitor
|
2020-03-30 10:46:05 -07:00 |
|
Blake Harnden
|
16cc73c070
|
import change to help isort pass
|
2020-03-30 10:36:39 -07:00 |
|
Blake Harnden
|
52ff5ce62b
|
improvement to github action isort check to print change needed, added pipenv install to be verbose
|
2020-03-30 10:31:36 -07:00 |
|
Blake Harnden
|
6616f104e6
|
tweak github action to sync pipenv and not install newer packages
|
2020-03-30 10:19:23 -07:00 |
|
Blake Harnden
|
1efa1284bb
|
merged latest from develop
|
2020-03-28 13:18:25 -07:00 |
|
Blake Harnden
|
172c5e7e4e
|
Merge branch 'develop' of https://github.com/coreemu/core into develop
|
2020-03-28 13:07:06 -07:00 |
|
Blake Harnden
|
6c5c2c5674
|
fixed core xml to properly write and read emane global configurations
|
2020-03-28 13:06:46 -07:00 |
|