egts-protocol:EGTS协议接收器写在Golang上

时间:2024-05-29 17:29:16
【文件属性】:

文件名称:egts-protocol:EGTS协议接收器写在Golang上

文件大小:2.74MB

文件格式:ZIP

更新时间:2024-05-29 17:29:16

gps glonass egts egts-protocol Go

EGTS接收器 在Go上编写的EGTS接收器服务器实现。 用于实施EGTS协议的库,该协议基于和来解析二进制packag。 描述您可以在这些文档中找到的字段。 您可以在(俄语)中阅读更多信息。 服务器保存EGTS_SR_POS_DATA部分中的所有导航数据。 如果数据包有多个带有EGTS_SR_POS_DATA节的记录,它将保存所有记录。 存储为实现为插件的数据。 任何插件都必须在配置文件中包含[store]部分。 插件界面将在下面描述。 如果配置文件没有用于插件的部分( [store] ),则数据包将被打印到stdout。 安装 git clone https://github.com/kuznetsovin/egts-protocol cd egts-protocol/tools && ./build-receiver.sh 跑步 ./receiver config.toml


【文件预览】:
egts-protocol-master
----go.mod(889B)
----go.sum(6KB)
----configs()
--------receiver.toml(214B)
----LICENSE(34KB)
----tools()
--------send_egts.py(1KB)
--------build-receiver.sh(99B)
--------testing.sh(72B)
----test()
--------egts_packages.csv(72KB)
----README.md(3KB)
----docs()
--------egts_sr_egtsplus_data.proto(14KB)
--------gost54619-2011.pdf(1.94MB)
--------mitransNo285.pdf(1.09MB)
----.gitignore(342B)
----app()
--------egts()
--------main.go(2KB)
--------store()
--------egts_handler.go(9KB)
--------output_parse_packet.go(1KB)
--------config_test.go(1KB)
--------ulits.go(3KB)
--------interfaces.go(416B)
--------main_test.go(2KB)
--------default_connector.go(526B)
--------config.go(1KB)

网友评论