Skip to content

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

Merged
merged 5 commits into from Mar 12, 2018
Merged

CellularBase update #428

merged 5 commits into from Mar 12, 2018

Conversation

ghost
Copy link

@ghost ghost commented Mar 5, 2018

No description provided.

@ghost
Copy link
Author

ghost commented Mar 5, 2018

@AnotherButler, @AnttiKauppila please review

Copy link

@AnttiKauppila AnttiKauppila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@AnotherButler AnotherButler left a 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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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?

Teemu Kultala and others added 3 commits March 12, 2018 11:23
Update links to point to more precise location.
Update links because the engine is particular.
@AnotherButler AnotherButler merged commit b0578c0 into ARMmbed:new_engine Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants