Metadata-Version: 1.1
Name: sensed
Version: 0.1.0
Summary: A sensor network server and client library.
Home-page: http://github.com/sli/sensed
Author: R. Cody Maden
Author-email: signedlongint@gmail.com
License: MIT
Download-URL: https://github.com/sli/sensed/releases/tag/v0.1.0
Description: ``sensed`` is a sensor network daemon that acts as a provider for sensor and node data. Uses a simple protocol based around `MessagePack <http://msgpack.org/>`_.
        
        Please see the `the wiki article <https://github.com/sli/sensed/wiki/What-is-sensed%3F>`_ for more information.
        
        ==============================
        How do I install this thing?::
        ==============================
        
            $ sudo pip3 install sensed
        
        ########################
        How do I use this thing?
        ########################
        
        First, see the `--help` output: ::
        
            $ sensed --help
            Usage: sensed [OPTIONS]
        
            Options:
              -c, --config TEXT   Configuration file for this instance.
              -n, --name TEXT     Name of his sensed instance. Default: sensed
              -S, --sensors TEXT  Sensor modules to load and enable.
              -i, --host TEXT     IP or hostname to bind to. Default: 0.0.0.0
              -p, --port INTEGER  Port to bind to. Default: 3000
              -V, --verbose       Enable verbose output (debugging)
              -t, --test          Enable test mode.
              --help              Show this message and exit.
        
        Next, you'll probably want to take a look at the `example config file <https://github.com/sli/sensed/blob/python-module/docs/sensed-config.sample.toml>`_ (or `in json <https://github.com/sli/sensed/blob/python-module/docs/sensed-config.sample.json>`_, if you prefer. As you'll no doubt notice, a configuration file is not required.
        
        The client library is included in this version of `sensed`.
        
        =============
        Testing mode?
        =============
        
        Testing mode simply tells `sensed` to send preconfigured test data from the sensor modules rather than query real sensors. Perhaps surprisingly, this allows you to test your sensor network infrastructure and your `senselog` implementation before deployment.
        
        =======
        License
        =======
        
        Distributed under the MIT License (MIT). See `LICENSE` for details.
Keywords: sensor network sensed
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
