We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbbf0a commit d3cccbaCopy full SHA for d3cccba
.gitignore
@@ -293,3 +293,5 @@ __pycache__/
293
/ScytaleC/UIHelper.cs
294
/MDemodulator/Filer.cs
295
/ScytaleC/Utils/Filer.cs
296
+/IridiumLive/IridiumLive.db-shm
297
+*.db-wal
README.md
@@ -19,7 +19,7 @@ The data will be provided by your personal install of gr-iridium and iridium-too
19
...
20
import socket
21
22
-ap = ("localhost", 15007)
+ap = ("192.168.2.10", 15007)
23
sk = socket.socket(family=socket.AF_INET, type=socket.SOCK_DGRAM)
24
def sendOverUdp(line):
25
0 commit comments