hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

Ability to handle multiple modems on a single device #35

Open DomAmato opened 4 years ago

DomAmato commented 4 years ago

Is your feature request related to a problem? Please describe.

Currently the SDK always defaults to the first modem it can find and knowing what modem options exist could be useful if one modem is preferred over another.

Describe the solution you'd like

Can keep the current method for general use but also enable the ability to enumerate and choose modems that are attached.

Describe alternatives you've considered

It seems possible to specify the make of the modem but if there are two of the same kind it would always default to the first one it finds.

Additional context