aboutsummaryrefslogtreecommitdiffstats
path: root/examples/historical/mbd/survey.pl
blob: be33038d3edc5a4dc1d13e6767bfc0f52102edf6 (plain)
1
2
3
4
5
6
7
8
9
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;