marderary
- 活动总数 21
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
评论
marderary 最近的活动-
Of course you can deploy them in a local network and visit the platform by a local ip, just keep them all in one domain. But you may hit an issue, since you will fly your drone outdoor, it is not e...
-
找到代码了,后端会修改gbAgentId和gbAgentChannel
-
我映像中好像阿里云公网IP非80或者433端口在外网不能直接http访问,必须要映射域名才行
-
谢谢你 希望能增加一个功能实现自动上传到云平台,或者增加一个jsbridge获取航线信息接口。
-
您回复“同步到你配置的oss中”好像不对,因为 首先,我在我的oss里面找不到这个记录文件,其他媒体文件和航线上传上来可以正常找到 其次,我抓了遥控器的包,发现他是上传到一个外网地址,这个地址不清楚是什么地方
-
请问这里是同步到什么地方?
-
1.There is no need to deploy in another IP2.Look at this is Disconnect,it could be mq configuration incorrect.
-
It is my config,works fine below
-
http://{ip:8080}/pilot-login 是只有遥控器才登录,因为登录前需要效验License,而效验这个需要用到pilot-bridge.ts里面的platformVerifyLicense (appId:string, appKey:string, appLicense:string),这方法通过JSBridge与DJI Pilot 2进行通信。