-
Notifications
You must be signed in to change notification settings - Fork 178
CellularBase update #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CellularBase update #428
Conversation
@AnotherButler, @AnttiKauppila please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't fix the Doxygen links because the Doxygen doesn't generate with the conditional.
@@ -2,7 +2,7 @@ | |||
|
|||
The CellularBase provides a C++ API for connecting to the internet over a Cellular device. | |||
|
|||
Arm Mbed OS provides a [reference implementation of CellularBase](https://github.com/ARMmbed/mbed-os/tree/master/features/netsocket/cellular/generic_modem_driver), which has more information. | |||
Arm Mbed OS provides a [reference implementation of CellularBase](https://github.com/ARMmbed/mbed-os/tree/master/features/cellular/easy_cellular), which has more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use https://github.com/ARMmbed/mbed-os/pull/6280/files as an example to make the Doxygen render.
@@ -14,7 +14,7 @@ To bring up the network interface: | |||
|
|||
1. Instantiate an implementation of the CellularBase class. | |||
1. Call the `connect(pincode, apn)` function with a PIN code for your SIM card and an APN for your network. | |||
1. Once connected, you can use Mbed OS [network sockets](/docs/v5.7/reference/network-socket.html) as usual. | |||
1. Once connected, you can use Mbed OS [network sockets](https://github.com/ARMmbed/Handbook/blob/new_engine/docs/reference/api/connectivity/networksocket/networksocket.md) as usual. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query: Can we still link to the os.mbed.com/docs page now that you've updated it? Is there something in the GitHub page that we need that's not in the old link?
@@ -24,4 +24,4 @@ This example establishes connection with the cellular network using Mbed OS Cell | |||
|
|||
### Related content | |||
|
|||
- [Network socket](/docs/v5.7/reference/network-socket.html) API reference overview. | |||
- [Network socket](https://github.com/ARMmbed/Handbook/blob/new_engine/docs/reference/api/connectivity/networksocket/networksocket.md) API reference overview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query: Can we still link to the os.mbed.com/docs page now that you've updated it? Is there something in the GitHub page that we need that's not in the old link?
Update links to point to more precise location.
Update links because the engine is particular.
No description provided.