bitdust

Results 13 comments of bitdust

理论上确实可以看到,而且前几天有人分享的中国风云系列卫星有专门的中国云图。 http://rsapp.nsmc.org.cn/geofy/ 不过说实话,由于时区问题,到了晚上中国的定点图就是一片黑暗,不太美观,所以就没做~

@tjsky 个人也很关注风云4号这颗星,而且也初步研究了下它的接口。但是个人原因,预计会在明年这个时候完成开发~

从最早版本一直升级到现在,代码太乱了,与其修修补补加功能,不如全部重构一下。 计划是用interface把接口标准化一下,然后下挂各种图片的抓取器,最好还有自动化的单元测试,可以及时发现接口的变动。~当然,目前只是计划。

@Wangzhiran 在settings中有一个“autostart"选项,勾上就可以了。

很犹豫,因为这个功能注定不能跨平台

you can try uhd_tx_samples_from_file if you are using usrp on windows. like: `./tx_samples_from_file --args="master_clock_rate=50e6" --file gpssim.bin --type short --rate 2500000 --freq 1575420000 --gain 0 --repeat` refer: #50

for usrp, you can try my realtime fork:https://github.com/bitdust/gps-sdr-sim

you can use u-center software to extract & save the the ephemeris data. or use rtklib to receive from ublox and parse the RAW output to get the ephemeris file.

as far as i know, gps-sdr-sim doesnt have a 'stream mode' to produce signal stream~ so you cant manipulate messages 'on the fly'. i tried use gnss-sdr and gps-sdr-sim to...