-
Notifications
You must be signed in to change notification settings - Fork 48
Added support for Cellular PPP interface #182
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
Conversation
configs/Wisun_Stm_s2lp_RF_lte.json
Outdated
| "operating-mode": 255, | ||
| "uc-fixed-channel": "0xffff", | ||
| "bc-fixed-channel": "0xffff", | ||
| "network-name": "\"wisuntest\"", |
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.
Network name can be harmonized later.
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.
Corrected this to default name
|
Related mbed-os pull request: ARMmbed/mbed-os#10974 |
|
Related mbed-os pull request: ARMmbed/mbed-os#10974 |
|
@mikaleppanen @artokin Which shield board or demo board are you using to test EC2x, are you using with K64F? Thank you, |
|
@felipeLeast I have been using mainly K66F for testing. |
I see, and how are you interfacing EC2x from Quectel? |
Copy edit file, mostly for branding and spelling.
When configured to use cellular interface, creates PPP and onboard network stack instances, and connects cellular interface. When PPP interface goes up, reads interface identifier from PPP service and creates link local address based on it.
986a457 to
06e06a5
Compare
When configured to use cellular interface, creates PPP and onboard
network stack instances, and connects cellular interface.
When PPP interface goes up, reads interface identifier from PPP
service and creates link local address based on it.