-
Notifications
You must be signed in to change notification settings - Fork 16
Implement endpoint_diagnose app for recording hardware information #688
Comments
I am trying to use the API offered by To use the API, we must include the corresponding header file and modify the When I was trying to get the signal strength, everything went well.
However, when I was trying to get the information of GPS, the app just hung there.
I will try to figure out the problem. |
The problem has been solved. Just replace However, there are things to be mentioned:
|
After the hardware is connected to the network, the time is synchronized. However, the Linux command |
Record the signal strength, GPS data and time in log. TODO: Get the correct time with the consideration of time zone. Related to #688.
Record the signal strength, GPS data and time in log. TODO: Get the correct time with the consideration of time zone. Related to #688.
Record the signal strength, GPS data and time in log. TODO: Get the correct time with the consideration of time zone. Related to #688.
Record the signal strength, GPS data and time in log. TODO: Get the correct time with the consideration of time zone. Related to #688.
For the IPC between endpoint and diagnose app, I reference the Low-level Messaging API and add the corresponding APIs. However, the rule to write the binding is not quite clear in the Legato document. |
For communicate with two components in same executable, you can refer to the Extend helloWorld. |
A new app is required to let the user have the endpoint and hardware status.
The naming of the app is
endpoint_diagnose
.Goal:
Record or log the following information:
The text was updated successfully, but these errors were encountered: