Giter Site home page Giter Site logo

ublox's Introduction

U-blox

Python library for U-blox cellular modules.

Installation

Python version supported: 3.6+

pip install ublox

About

The ublox library gives a python interface to AT Commands via serial interface to Ublox modules. This can used for testing and profiling of modules and technologies or you might want to hook up a small python program on an embedded device to send data over, for example, NB-IoT.

Supported Modules

  • SARA-N211
  • SARA-R410
  • SARA-R412

Example Use:

module = SaraR4Module(serial_port='/dev/tty.usbmodem14111')
module.setup()
module.connect(operator=24001)
sock = module.create_socket()
sock.sendto(b'Message To Echo Server', ('195.34.89.241', 7))
sock.close()

Documentation

Full documentation can be found at https://ublox.readthedocs.io/

Development

The library is currently used for testing infrastructure in Sweden. If you find problems in your country please open an issue so we can make the library as general as possible.

If you have special need there is always the possibility to used the lower level API for AT Commands via ._at_action()

If you have use-cases that could be solved with more options on functions, make the change yourself and open a pull request or open an issue.

ublox's People

Contributors

krolken avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.