diff options
author | Tobias Frust <tobiasfrust@gmail.com> | 2016-10-12 14:48:55 +0200 |
---|---|---|
committer | Tobias Frust <tobiasfrust@gmail.com> | 2016-10-12 14:48:55 +0200 |
commit | 338d0312690142de704fdcc82a8539c635ff6720 (patch) | |
tree | 202bbdc43c27c85981e25230d13e9086943f8816 /src/main_client.cpp | |
parent | 9199713922540eabf475a76ff0bb8344a478391d (diff) | |
parent | 15075baf177290511eac810025048ccd346cf66e (diff) | |
download | ods-338d0312690142de704fdcc82a8539c635ff6720.tar.gz ods-338d0312690142de704fdcc82a8539c635ff6720.tar.bz2 ods-338d0312690142de704fdcc82a8539c635ff6720.tar.xz ods-338d0312690142de704fdcc82a8539c635ff6720.zip |
Merge branch 'master' of github.com:tobiasfrust/OnlineDetectorSimulator
Diffstat (limited to 'src/main_client.cpp')
-rw-r--r-- | src/main_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_client.cpp b/src/main_client.cpp index 19f366e..e97e911 100644 --- a/src/main_client.cpp +++ b/src/main_client.cpp @@ -36,7 +36,7 @@ int main (int argc, char *argv[]){ std::cout << "Sending UDP packages: " << std::endl; auto configPath = std::string { "config.cfg" }; - std::string address = "127.0.0.1"; + std::string address = "10.0.0.10"; Detector detector{address, configPath, intervall, packetSize}; |