Skip to content

1004 1012 Parsing Problem #51

Discussion options

You must be logged in to vote

ı am allowed to share just basic ntrip client part ı will add it in txt so when someone find here he can just copy paste it :D before that ı know the problems but know only god knows it. Now it works and ı need to solve other things. I just upload code in txt in zip

import socket
import ssl
import base64
from datetime import datetime, timedelta
from pyrtcm import RTCMReader
from pynmeagps import NMEAMessage, GET


class NTRIPClient:
    def __init__(self, server, port, mountpoint, username, password):
        self.server = server
        self.port = port
        self.mountpoint = mountpoint
        self.username = username
        self.password = password
        self.connected = False

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@semuadmin
Comment options

@EgehanYaglici
Comment options

@semuadmin
Comment options

@EgehanYaglici
Comment options

Answer selected by semuadmin
@semuadmin
Comment options

@EgehanYaglici
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants