This commit is contained in:
2020-08-27 19:40:11 +03:00
parent e1f2c90790
commit 234d4e73be
9 changed files with 101 additions and 20 deletions

View File

@@ -2,17 +2,7 @@
int main() {
PICloudServer s("127.0.0.1:10101");
// for (int i=0; i<3; ++i) {
// s.open();
// piCout << "opened";
// piSleep(10);
// s.close();
// piCout << "closed";
// piSleep(1);
// }
// s.open();
s.startThreadedRead();
piSleep(2);
// s.stopThreadedRead();
piSleep(10);
return 0;
}