Skip to content
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

Design more robust API for applications #10

Open
janakj opened this issue Mar 21, 2022 · 0 comments
Open

Design more robust API for applications #10

janakj opened this issue Mar 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@janakj
Copy link
Collaborator

janakj commented Mar 21, 2022

The AT command set inspired by Murata is pretty low-level. Most (if not all) commands can fail if invoked at the wrong time, e.g., while the modem is busy transmitting or retransmitting an uplink. This is generally PITA for the application. Handling this reliably individually at application level is not realistic.

We may need to design a more high-level API which will handle most common failure modes internally within the LoRa modem firmware. This could be implemented, e.g., by queuing AT commands submitted by the application until the MAC is in the correct state.

@janakj janakj added the enhancement New feature or request label Mar 26, 2022
@janakj janakj added this to the Release 1.5.0 milestone Jun 5, 2022
@janakj janakj removed this from the Release 1.5.0 milestone Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant