I am developing an application that use NTRIP protocol. I need the packet that is sent by the NTRIP client to the server. The application I am building uses the HTTP stream. The client will connect to this application and send data using HTTP from which I will extract certain information and process it. I need the sample data that the client will send.
Abhimanyu Sirohi
问问题
3123 次
1 回答
2
旧线程,但是...如果您想查看数据对话的进展情况,您可以获取 GNSS Internet Radio 的副本并将其连接到 NTRIP Caster,同时运行数据包嗅探器以捕获数据。
如果您只是在寻找 NTRIP 客户端,我在 VB.Net 中编写了一个开源客户端。您可以使用它来查看连接握手的工作原理。 http://lefebure.com/software/
于 2009-06-23T01:47:44.367 回答