Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update gitlab logs with udp
authored
Jun 01, 2018
by
Jani Purujoki
Hide whitespace changes
Inline
Side-by-side
gitlab-logs-with-udp.md
View page @
f4d3f4ef
...
...
@@ -33,4 +33,7 @@ while True:
data, addr = sock.recvfrom(1024)
print (data)
```
\ No newline at end of file
```
*
Run the server with
```sudo python udp_server.py```
*
Close the server with Ctrl + C
\ No newline at end of file