You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-7Lines changed: 42 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,54 @@
1
1
# SimpleSocket
2
-
Simple socket implementation for C++. Supports Windows and Linux.
2
+
C++ библиотека неблокирующих сокетов (UDP/TCP) для Windows и Linux. Проектировалась для решения задач телеуправления и предполагает постоянное соединение двух устройств для передачи данных. Устойчива к разрывам соединения. Примеры использования: [udp_streamer](https://github.com/KirillHit/udp_streamer.git), [youbot_rc](https://github.com/KirillHit/youbot_rc.git).
3
3
4
-
### Example
4
+
## Demo
5
+
В папке «demo» содержатся примеры кода сервера и клиента (UDP и TCP).
0 commit comments