diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-26 10:59:08 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-26 10:59:08 +0100 |
commit | 9da864a8da29082369cdd2dd91a735b03577a117 (patch) | |
tree | 543d881f3746ddd4805dd0da449783eb42a8a92c /examples/historical/mbd/survey.pl | |
parent | 9ecc4690b2546ac117204207bec21ee1f6d585cf (diff) |
Archive old/unused things
Diffstat (limited to 'examples/historical/mbd/survey.pl')
-rw-r--r-- | examples/historical/mbd/survey.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/historical/mbd/survey.pl b/examples/historical/mbd/survey.pl new file mode 100644 index 0000000..be33038 --- /dev/null +++ b/examples/historical/mbd/survey.pl @@ -0,0 +1,10 @@ +package Config; + +our $survey_ip = "176.110.125.15"; +our $survey_port_low = 60100; +our $survey_port_high = 60200; +our $survey_freq = 60.0; +our $survey_time = 10.0; + +1; + |