Commit graph

665 commits

Author SHA1 Message Date
tgoff0@gmail.com
2ef87bfa40 gui: Small refactoring of code to execute a python script. 2014-12-15 18:23:04 +00:00
tgoff0@gmail.com
2f90dfac7a gui: Pass a filename to openFile as an argument rather than using the
currentFile global variable.
2014-12-15 18:22:59 +00:00
tgoff0@gmail.com
baef9aaf4f daemon: Initial support to allow multiple versions of XML scenario files. 2014-12-15 18:22:53 +00:00
tgoff0@gmail.com
dee5a1670e daemon: Some code reorganization to make XML support more modular. 2014-12-15 18:22:46 +00:00
tgoff0@gmail.com
b1c2f19cbe gui: Ask if the currently running session should be stopped when
loading a file.
2014-12-15 18:22:40 +00:00
tgoff0@gmail.com
761dc4fe27 gui: Check if a node is on the current canvas when modifying its appearance.
This also fixes a bug where a node's name would not be correctly
updated if it was on the current canvas.

Adapted from a patch by Yueli Yang.
2014-12-09 21:37:17 +00:00
ahrenholz@gmail.com
5a57ed3d71 fix MDR test to work with Quagga under Ubuntu found in quagga_search_path
(Boeing r1901)
2014-11-05 21:31:01 +00:00
ahrenholz@gmail.com
81d5348afc added docker service file from r603 2014-10-31 18:47:57 +00:00
ahrenholz@gmail.com
3bb71dc4f4 convert node count to string before building session message (fixes bug #258)
patch from Björn Axelsson
(Boeing r1900)
2014-10-31 18:35:38 +00:00
ahrenholz@gmail.com
612ca17221 re-read channel var when switching sessions via dialog (fixes bug #259)
patch from Björn Axelsson
(Boeing r1899)
2014-10-31 18:29:16 +00:00
ahrenholz@gmail.com
babcd7332f improve adjacency widget lines when moving nodes (fixes bug #265)
added "docker logs" Observer Widget
(Boeing r1898)
2014-10-31 17:32:32 +00:00
ahrenholz@gmail.com
ddb8881388 make calcdistance a staticmethod
(Boeing r1897)
2014-10-31 16:46:43 +00:00
ahrenholz@gmail.com
bf6743a5d9 added Docker service contributed by Stuart Marsden, with some mods
fixes bug #264
(Boeing r1896)
2014-10-31 16:45:03 +00:00
ahrenholz@gmail.com
ed5f0eb02b update HTTP service to support apache 2.4 on Ubuntu 14.04 (fixes bug #261)
(Boeing r1895)
2014-10-30 18:13:43 +00:00
ahrenholz@gmail.com
e282c8c302 use hex value for short session ID used in naming interfaces
use interface names "vethOOOOO.ii.ss" and "vethOOOOO.iipss" for veth pairs

(where OOOOO = object id, ii = interface index, ss = hex short session ID)

fixes bug #260 virtual interface names too long
(Boeing r1894)
2014-10-28 21:18:16 +00:00
ahrenholz@gmail.com
a1eab16d5b fixed sample scripts to work with EMANE 0.9.x
(Boeing r1893)
2014-10-28 17:40:14 +00:00
ahrenholz@gmail.com
b641fc9125 set IP addresses on TAP devices used with EMANE 0.9.2 (fixes bug #268)
(Boeing r1892)
2014-10-28 17:24:31 +00:00
ahrenholz@gmail.com
a4374c608d revise EMANE 0.9.2 detection due to protobuf file under Ubuntu 12.04
make Emane.detectversionfromcmd() a classmethod
(Boeing r1890,1891)
2014-10-27 20:52:01 +00:00
ahrenholz@gmail.com
bea36343c9 added SDT option to basicrange.py example
(Boeing r1889)
2014-10-23 22:14:06 +00:00
ahrenholz@gmail.com
d3326b0326 added note on Ubuntu 14.04 apt-get 2014-10-23 14:01:54 +00:00
ahrenholz@gmail.com
12b624bf0a added "Reload" entry to the File menu
(Boeing r1888)
2014-10-22 19:33:32 +00:00
ljttoo55@gmail.com
7ffced2d40 Added txt about sdt3d makefiles install option and bulkDownload utility. 2014-10-20 20:23:15 +00:00
ahrenholz@gmail.com
bfdd8e9d13 add note about open-vm-tools 2014-10-13 20:49:47 +00:00
ahrenholz@gmail.com
32821b1bd3 bump version to 4.7svn3 (periodic increment)
(Boeing r1887)
2014-10-10 16:04:59 +00:00
ahrenholz@gmail.com
c9de79467d link to upgrading page 2014-10-07 21:50:59 +00:00
ahrenholz@gmail.com
7042b6bb0f update labels, EMANE 0.9.x RF-PIPE jitter/delay is in seconds, not microseconds
(Boeing r1886)
2014-10-02 15:00:19 +00:00
ahrenholz@gmail.com
0a552d60dd fix improper EMANE version detection when stopping/starting sessions
(Boeing r1885)
2014-09-30 14:52:13 +00:00
ljttoo55@gmail.com
414e8d7bb6 Edited wiki page SDT3D through web user interface. Update for building with latest sdt3d code. 2014-09-29 22:08:55 +00:00
ahrenholz@gmail.com
adaddcd6e7 added support for distributed EMANE 0.9.2
(Boeing r1884)
2014-09-29 19:07:25 +00:00
ahrenholz@gmail.com
f7f832ef27 use default log level of 3 ("INFO" level) with EMANE if unspecified in core.conf
(Boeing r1883)
2014-09-23 21:37:18 +00:00
ahrenholz@gmail.com
cecc19ab6f support linking RJ45 with EMANE 0.9.2 using Raw transport;
build extra XML and launch emane process on host for the raw devices
(Boeing r1882)
2014-09-23 20:24:19 +00:00
ahrenholz@gmail.com
38a1e46d85 support for EMANE 0.9.2 by running emane process in each container
use control network for data and events
use internal transport instead of emanetransportd for 0.9.2
(Boeing r1881)
2014-09-23 16:26:22 +00:00
ahrenholz@gmail.com
07a8c1b1e8 initial XML changes for EMANE 0.9.2
for version detection, use 'emane --version' output instead of other tricks
(Boeing r1880)
2014-09-18 15:50:09 +00:00
ahrenholz@gmail.com
c94fdb2bd4 whitespace only changes made by Ninja-IDE
(Boeing r1879)
2014-09-17 22:00:11 +00:00
ahrenholz@gmail.com
be851c282b bump version to 4.7svn2 (periodic increment)
(Boeing r1878)
2014-09-16 16:05:50 +00:00
ahrenholz@gmail.com
4a847e8319 fix bug #263 use correct interface name with Wireshark right-click menu
(Boeing r187)
2014-09-15 19:15:35 +00:00
ahrenholz@gmail.com
9672d651cc freshen 2014-08-07 18:47:49 +00:00
ahrenholz@gmail.com
728a13e274 Deleted wiki page RelatedWork through web user interface. 2014-08-07 17:22:55 +00:00
ahrenholz@gmail.com
f4f9605875 Deleted wiki page LinuxOpenVZTemplateCreation through web user interface. 2014-08-07 17:21:21 +00:00
ahrenholz@gmail.com
09e6e87ce8 Deleted wiki page Source through web user interface. 2014-08-07 16:05:10 +00:00
ahrenholz@gmail.com
33cadbcec3 Deleted wiki page AddingApplicationsToOpenVz through web user interface. 2014-08-07 16:04:18 +00:00
ahrenholz@gmail.com
23369e3c23 Deleted wiki page IMUNES through web user interface. 2014-08-07 16:04:03 +00:00
ahrenholz@gmail.com
87eb021fb3 Deleted wiki page LinuxOpenVZNetworkAccess through web user interface. 2014-08-07 15:47:58 +00:00
ahrenholz@gmail.com
9636a35bf5 update package version numbers 2014-08-07 14:46:15 +00:00
ahrenholz@gmail.com
7d6710380d update distros for 4.7 2014-08-07 14:42:23 +00:00
ahrenholz@gmail.com
d6054ed952 added bug #257 to release notes 2014-08-06 18:30:46 +00:00
ahrenholz@gmail.com
3e7bbdfd96 fix bug #257 use correct interface name for throughput widget and plots
(Boeing r1876)
2014-08-06 18:23:04 +00:00
ahrenholz@gmail.com
0369b571cf use x86_64 name for 64-bit RPMs 2014-08-06 15:51:42 +00:00
ahrenholz@gmail.com
3c67a73932 list svn revision for 4.7 release 2014-08-06 14:51:58 +00:00
ahrenholz@gmail.com
19c313c8fc bump to version 4.7svn1
(Boeing r1875)
2014-08-06 14:50:54 +00:00