Metadata-Version: 2.1
Name: xmesh
Version: 0.2.3
Summary: xMesh sniffer.
Home-page: https://github.com/smartsnow/xmesh
Author: Snow Yang
Author-email: snowyang.iot@outlook.com
Project-URL: Bug Tracker, https://github.com/smartsnow/xmesh/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

This is the MXOS meta tool, ``mdev`` written by Snow Yang.

https://www.mxchip.com

Installation
------------

Using pip:

``pip3 install mdev``

(Use ``pip3 uninstall mdev`` to uninstall it.)

Basic Usage
-----------

Build ``demos/helloworld`` and flash APP image into EMC3080.

``mdev build -m emc3080 demos/helloworld -f APP``

Additional Commands
-------------------

mdev has multiple sub-commands. 

For a list of available commands, run ``mdev -h``. Get help on a
command with ``mdev <command> -h``.
