hiep sua file

This commit is contained in:
2025-12-29 17:43:35 +07:00
parent d8b17df593
commit 5bdd606fff
30 changed files with 1981 additions and 987 deletions

View File

@@ -5,7 +5,7 @@
#include <iostream>
#include <stdlib.h>
using namespace XmlRpc;
using namespace robot::XmlRpc;
// The server
XmlRpcServer s;
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
}
int port = atoi(argv[1]);
XmlRpc::setVerbosity(5);
robot::XmlRpc::setVerbosity(5);
// Create the server socket on the specified port
s.bindAndListen(port);