Comment: module, and MiniSSDPd reference
This commit is contained in:
parent
1ae60f2a6c
commit
0ac25c1a92
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# vim: sw=4 ts=4 expandtab
|
# vim: sw=4 ts=4 expandtab
|
||||||
# (c) 2021 Thomas BERNARD
|
# (c) 2021 Thomas BERNARD
|
||||||
# Python 3 : code sample
|
# Python3 module to submit service to running MiniSSDPd
|
||||||
|
# MiniSSDPd: See http://miniupnp.free.fr/minissdpd.html
|
||||||
import socket, os
|
import socket, os
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue