Skip to content

Commit d3cccba

Browse files
committed
corrected the readme
1 parent 3dbbf0a commit d3cccba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,5 @@ __pycache__/
293293
/ScytaleC/UIHelper.cs
294294
/MDemodulator/Filer.cs
295295
/ScytaleC/Utils/Filer.cs
296+
/IridiumLive/IridiumLive.db-shm
297+
*.db-wal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The data will be provided by your personal install of gr-iridium and iridium-too
1919
...
2020
import socket
2121

22-
ap = ("localhost", 15007)
22+
ap = ("192.168.2.10", 15007)
2323
sk = socket.socket(family=socket.AF_INET, type=socket.SOCK_DGRAM)
2424
def sendOverUdp(line):
2525
...

0 commit comments

Comments
 (0)