Commit graph

207 commits

Author SHA1 Message Date
tgoff0@gmail.com
db28a9ca60 Allow separation of OTA traffic from event traffic and from control backplane traffic. Some refactoring. 2015-05-22 00:53:28 +00:00
tgoff0@gmail.com
b9ebb4b5ac daemon: Initial support to include a deployed network plan in the NMF
XML scenario representation.
2015-05-22 00:53:22 +00:00
tgoff0@gmail.com
fb37df8dd8 daemon: Initial support for importing a scenario using the new NRL
Network Modeling Framework (NMF) XML representation.
2015-05-22 00:53:15 +00:00
tgoff0@gmail.com
39903c247e daemon: Initial support for exporting a scenario using the new NRL
Network Modeling Framework (NMF) XML representation.
2015-05-22 00:53:01 +00:00
tgoff0@gmail.com
43303b7f09 Improve uninstalling python sbin programs. 2015-05-16 01:53:20 +00:00
tgoff0@gmail.com
d412468945 services: Improve the mgen actor service.
Fix shutdown and add a validation command.
2015-04-10 00:55:15 +00:00
tgoff0@gmail.com
94b00ccce4 added shutdown to mgen actor
From: macker
2015-04-03 01:49:15 +00:00
tgoff0@gmail.com
487007a9ab added missing 80211abg mac params when running with EMACS 0.9.x
From: santiago
2015-04-03 01:49:09 +00:00
tgoff0@gmail.com
bf45ca674f Fix occassional exceptions on tcl/tk 8.6 when executing python scripts from the GUI.
From: santiago
2015-04-03 01:49:03 +00:00
tgoff0@gmail.com
0c55e870b4 kernel: Avoid using the gawk-specific gensub function. 2015-04-03 01:44:00 +00:00
tgoff0@gmail.com
17255dc557 daemon: Set session configuration before setting the initial session state. 2015-03-24 23:30:04 +00:00
tgoff0@gmail.com
f7da7e24e0 daemon: Improve event handling some. 2015-03-24 18:06:49 +00:00
tgoff0@gmail.com
dd35c6587c added a default olsrd config file to the olsrorg service template
From: dean
2015-03-09 15:21:22 +00:00
tgoff0@gmail.com
0a799fb5e5 daemon: Make Configurable.valueof() a class method. 2015-03-09 15:21:16 +00:00
tgoff0@gmail.com
6d3357f8b5 gui: Always disconnect/connect when loading a file; this creates a new
session.
2015-03-09 15:21:08 +00:00
tgoff0@gmail.com
9e9061298b daemon: Use a consistent interface naming convention when creating
links between layer-2 devices.
2015-03-09 15:20:59 +00:00
tgoff0@gmail.com
2f56d57790 daemon: Represent object ids in hex when used to generate interface
names (to reduce length if possible).
2015-03-09 15:20:54 +00:00
tgoff0@gmail.com
f477809c78 gui: Set interface MAC address when included in CORE link API messages. 2015-03-09 15:20:49 +00:00
tgoff0@gmail.com
0d6020989c daemon: Include MAC addresses in CORE API link messages. 2015-03-09 15:20:42 +00:00
tgoff0@gmail.com
b024720da2 daemon: Fix encoding MAC addresses for CORE API messages. 2015-03-09 15:20:33 +00:00
tgoff0@gmail.com
57da74ad25 daemon: Update the example emane 802.11 python script. 2015-02-27 22:03:52 +00:00
tgoff0@gmail.com
4905c3ae97 daemon: Minor XML-related cleanup. 2015-02-27 00:06:47 +00:00
tgoff0@gmail.com
e986925431 Improve using the value of autoconf variables. 2015-02-20 03:11:00 +00:00
tgoff0@gmail.com
ab47ebb5f1 daemon: Use autoconf to build the vnoded, vcmd, and netns programs. 2015-02-20 03:10:56 +00:00
tgoff0@gmail.com
99903f50f4 Fix typo in previous commit. 2015-02-19 18:18:33 +00:00
tgoff0@gmail.com
00a2fdaecb Improve python install prefix determination. 2015-02-19 18:12:44 +00:00
tgoff0@gmail.com
9979e476cf packaging: Update the rpm package files list. 2015-02-19 17:20:42 +00:00
tgoff0@gmail.com
f7397626ce Expand the PYTHON_PREFIX autoconf variable before using. 2015-02-19 02:00:27 +00:00
tgoff0@gmail.com
f952e680b7 Improve determining an appropriate python install prefix. 2015-02-19 02:00:11 +00:00
tgoff0@gmail.com
8da4f958a2 Makefile improvements related to building rpms. 2015-02-13 22:35:38 +00:00
tgoff0@gmail.com
09cb902f31 daemon: Have git ignore files generated when creating python
documentation.
2015-02-13 22:35:34 +00:00
tgoff0@gmail.com
221e43b518 daemon: Improve the python documentation Makefile. 2015-02-13 21:34:41 +00:00
tgoff0@gmail.com
43115c090d daemon: Initial support for writing different versions of XML scenario files. 2015-02-05 00:16:14 +00:00
tgoff0@gmail.com
0b61877b0b daemon: Renumber XML versioning.
Consider the current XML representation version 0.0.
2015-02-05 00:15:59 +00:00
tgoff0@gmail.com
729ae87548 daemon/services: Update NRL services. 2015-02-05 00:15:54 +00:00
tgoff0@gmail.com
7cb8f18d35 daemon: Call the EMANE post-startup function when entering the session
runtime state.

This should help synchronization startup for distributed emulations.
2015-02-05 00:15:48 +00:00
tgoff0@gmail.com
03603fc39a daemon: Add initial support for invoking python callbacks when session
state changes occur.
2015-02-05 00:15:43 +00:00
tgoff0@gmail.com
b2e1835d60 daemon: Ignore redundant session state changes. 2015-02-05 00:15:38 +00:00
tgoff0@gmail.com
37c39a69e5 gui: Hide wireless links that are not on the current canvas. 2015-01-30 02:46:22 +00:00
tgoff0@gmail.com
3b60036c73 gui: Only consider nodes on the same canvas when doing 'Select WLAN
members'.
2015-01-30 02:46:18 +00:00
tgoff0@gmail.com
1f744442b7 gui: Only consider nodes on the same canvas when doing 'Link to all
routers'.
2015-01-30 02:46:14 +00:00
tgoff0@gmail.com
382a9c8a87 scripts: Include command exit status information in start/stop log messages. 2015-01-28 02:16:01 +00:00
tgoff0@gmail.com
9619b8d084 scripts: Wait up to 10 seconds when shutting down the CORE daemon. 2015-01-28 02:15:58 +00:00
tgoff0@gmail.com
d590ef3691 Ignore top-level debian directory created from 'make deb'. 2015-01-28 02:15:55 +00:00
tgoff0@gmail.com
cf482378c6 Add some gitignore files. 2015-01-28 02:15:45 +00:00
tgoff0@gmail.com
3fcd16f56c gui: Trivial code cleanup. 2015-01-21 21:38:32 +00:00
tgoff0@gmail.com
4855ad4bf4 cleanup of script 2015-01-21 21:38:28 +00:00
tgoff0@gmail.com
1a1d818b0a core smf scenario added mobility 2015-01-21 21:38:24 +00:00
tgoff0@gmail.com
a7d3f9a180 script fix 2015-01-21 21:38:19 +00:00
tgoff0@gmail.com
4bf1bc92cb added olsr.org service template 2015-01-21 21:38:15 +00:00