-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | NTRIP client. -- -- Networked Transport of RTCM via Internet Protocol client. @package ntrip-client @version 0.1.0 module Network.Ntrip.Client tcpClient :: ByteString -> Int -> Source IO ByteString -> Sink ByteString IO () -> IO () sourceNtrip :: ByteString -> ByteString -> ByteString -> Source IO ByteString -> Source IO ByteString parseNtrip :: Parser (ByteString, Status) sinkNtrip :: Sink ByteString IO () -> Sink ByteString IO () runNtrip :: ByteString -> Int -> ByteString -> ByteString -> ByteString -> Source IO ByteString -> Sink ByteString IO () -> IO ()