Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
77dcc014
Commit
77dcc014
authored
Oct 13, 2018
by
artificiel
Browse files
ClientConnector: retrait d'un envoi de message TCP (autrement semble staller)
parent
f9464e36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/ClientConnector.cpp
View file @
77dcc014
...
...
@@ -179,7 +179,7 @@ void ClientConnector::handle_connection()
string
str
=
receive
();
if
(
str
.
length
()
>
0
)
{
//
std::cout << "PROCESSING TCP STREAM FROM " << client_name_ << ":" << str << std::endl;
std
::
cout
<<
"PROCESSING TCP STREAM FROM "
<<
client_name_
<<
":"
<<
str
<<
std
::
endl
;
boost
::
char_separator
<
char
>
sep
(
" "
);
boost
::
tokenizer
<
boost
::
char_separator
<
char
>>
tokens
(
str
,
sep
);
...
...
@@ -264,7 +264,7 @@ void ClientConnector::handle_connection()
std
::
string
info
=
"ports = "
+
ofToString
(
xyz_receiver_
.
getPort
())
+
" "
+
ofToString
(
rgb_receiver_
.
getPort
())
+
" "
+
ofToString
(
depth_receiver_
.
getPort
());
send
(
"hello from server"
);
//
send("hello from server");
send
(
info
);
//SYNC osc_sync_.setup((ofParameterGroup &)gui_.getParameter(), 6666, client_name_, OSCCLIENT_SYNCPORT);
// osc_sync_.setup((ofParameterGroup&)gui_.getParameter(),osc_port_,client_name_,OSCCLIENT_SYNCPORT);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment