diff options
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; + |