Skip to content

Commit c6a19bf

Browse files
committed
use aiscatcher.org for community feed
1 parent b7ed0a5 commit c6a19bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Application/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void Config::setSharing(const std::vector<JSON::Property> &props)
348348
_msg.push_back(std::unique_ptr<IO::OutputMessage>(new IO::TCPClientStreamer()));
349349
commm_feed = _msg.back().get();
350350

351-
commm_feed->Set("HOST", "185.77.96.227").Set("PORT", "4242").Set("JSON", "on").Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY","on").Set("KEEP_ALIVE", "on").Set("DOWNSAMPLE", "on").Set("INCLUDE_SAMPLE_START", "on");
351+
commm_feed->Set("HOST", "aiscatcher.org").Set("PORT", "4242").Set("JSON", "on").Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY","on").Set("KEEP_ALIVE", "on").Set("DOWNSAMPLE", "on").Set("INCLUDE_SAMPLE_START", "on");
352352
}
353353
if (!uuid.empty() && commm_feed)
354354
commm_feed->Set("UUID", uuid);

Application/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ int main(int argc, char *argv[])
632632
{
633633
msg.push_back(std::unique_ptr<IO::OutputMessage>(new IO::TCPClientStreamer()));
634634
commm_feed = msg.back().get();
635-
commm_feed->Set("HOST", "185.77.96.227").Set("PORT", "4242").Set("JSON", "on").Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY","on").Set("KEEP_ALIVE", "on").Set("DOWNSAMPLE", "on").Set("INCLUDE_SAMPLE_START", "on");
635+
commm_feed->Set("HOST", "aiscatcher.org").Set("PORT", "4242").Set("JSON", "on").Set("FILTER", "on").Set("GPS", "off").Set("REMOVE_EMPTY","on").Set("KEEP_ALIVE", "on").Set("DOWNSAMPLE", "on").Set("INCLUDE_SAMPLE_START", "on");
636636
}
637637

638638
if (count == 1 && commm_feed)

0 commit comments

Comments
 (0)