Connected Vehicle Simulator Does Not Display the Vehicle

Asked 2 years ago, Updated 2 years ago, 66 views

Create IoT apps for networked vehicles using Geospatial Analytics
http://www.ibm.com/developerworks/jp/mobile/library/mo-connectedcar-app/

The Connected Vehicle simulator for this Node.js does not work properly.
The push from the cf command line to Bluemix is completed without any errors, but when I open the application with a browser, the vehicle does not appear on the map.
The browser is in the same state when you try Firefox, Google Chrome, or Internet Explorer.
The results did not change with the latest version of the cf command-line tool.

Connected Car Starter Kit
http://m2m.demos.ibm.com/trafficsimulator.html

I searched and found this commentary, but I couldn't find any information that could help me determine the problem.

I wonder if there are any steps missing.
Please advise if anyone is doing well.

bluemix

2022-09-30 19:27

1 Answers

If the map is displayed, it seems that the deployment to Bluemix is going well.

Currently, the IoT Foundation UI has changed, so the steps for adding devices are different from the developerWorks article, but only two items need to be configured: device type and device ID.If you have any other settings, please remove them just in case.

Also, only two files need to be modified: manifest.yml and setting.js.Have you deployed the other files without changing them?
The deployment itself is successful, so I think manifest.yml is correct.If you don't mind, could I see setting.js?
However, be careful not to expose the API key and authentication token when quoted here. Mask the value, for example, xxxx.


2022-09-30 19:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.