科学网

 找回密码
  注册
[转载]“低轨增强”
陈超 2021-1-19 15:31
来源: 北斗网    近年来,随着美国GPS、俄罗斯GLONASS、中国北斗卫星导航系统和欧洲Galileo等四大卫星导航系统提供全球服务,世界卫星导航步入新时代。各主要卫星导航国家瞄准更高服务精度、更加多样功能、更加可靠服务,正在着手开展新一代系统建设和新一轮竞技。   低轨卫星(LEO)以其星座和信号的独特 ...
个人分类: GNSS|3175 次阅读|没有评论
draw.io流程图设计
陈超 2020-12-14 14:05
Microsoft Visio - 付费 a. 优点: 功能最强大的流程图工具 b. 缺点: Mac/Linux 只有在线版,无客户端 Draw.io - 免费 a. 优点: 在线 / 离线(支持 Windows / Mac / Linux/ Chrome OS),可自由选择存储位置 b. 缺点: 协作能力差(可通过保存至 Google Drive / Github / GitLab 来协作) Process On ...
个人分类: 文档排版|2646 次阅读|没有评论
[转载]开源全球导航卫星系统(GNSS)软件和资源社区清单
陈超 2020-10-21 16:52
众多GNSS开源软件源代码下载链接: GPS Toolbox website: https://www.ngs.noaa.gov/gps-toolbox/exist.htm Contents Android apps (open-source) iOS apps (open-source) Desktop tools Web tools (proprietary) Social media Blogs Wikis Videos Articles Books ...
个人分类: GNSS|6738 次阅读|没有评论
windows+nginx+postgresql
陈超 2020-9-14 17:36
# The following 3rd party modules are required: # # * form-input # * headers-more # * http-realip # * lua # * postgres # * set-misc nginx for windows with openresty: https://gitee.com/lomox/nginx-openresty-wi ...
个人分类: IoT|1986 次阅读|没有评论
json.decoder.JSONDecodeError: Extra data: line 1 column 1721
陈超 2020-9-14 17:23
defhas_cached_observation(self)-bool: Returnswhetherornotacachedobservationexistsinthedatabase. Returns:   ...
个人分类: IoT|4879 次阅读|没有评论
GNSS-IOT实现细节
陈超 2020-9-8 16:17
一、传感器端配置 需要注意以下几个地方: 1)mqtt采用默认broker的host、port; intercom: { mqtt: { host: 127.0.0.1, port: 1883, keepAlive: 60, topic: openadms, tls: false } } ps:mqtt其实是将不同模块之间进行数据传递, ...
个人分类: IoT|2516 次阅读|2 个评论
mqtt - Publishing message failed: no connection
陈超 2020-9-7 17:02
在openadms-node运行中,出现mqtt - Publishing message failed: no connection错误; 查看最起始位置,提示有如下两个问题: Importing Python module HBMQTT failed Importing Python module uptime failed 解决: pipenv install HBMQTT pipenv install uptime ...
个人分类: IoT|1574 次阅读|没有评论
Ubuntu编译nginx错误
陈超 2020-9-3 17:26
nginx The HTTP front-end runs on `nginx`_ . Either install nginx or OpenResty with the following additional modules: form-input , headers-more , http-realip , lua , postgres , set-misc . 需要的依赖库: LuaJIT 2.1安装: https://www.bnskd.com/2729.htm ...
个人分类: IoT|4257 次阅读|没有评论
sudo aptitude install
热度 1 陈超 2020-9-3 10:05
某个依赖包安装不上,出现类似如下问题: zlib1g-dev : Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4.3) but 1:1.2.11.dfsg-0ubuntu2 is to be install E: Unable to correct problems, you have held broken packages. 这个问题查询了好久,最终在这篇博客中找到了解决方法 https://blog.csdn.net/makenothing/ar ...
个人分类: Ubuntu|4873 次阅读|没有评论 热度 1
读取GNSS的NMEA-GGA语句json文件
陈超 2020-9-1 11:54
{ core: { modules: { schedulerUsb: modules.schedule.Scheduler, com1: modules.port.Seri ...
个人分类: IoT|2303 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-23 15:33

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部