Skip to main content

Publish PCAP result to MQTT

Project description

================
Python PCAP2MQTT
================


.. image:: https://img.shields.io/pypi/v/pcapmq.svg
:target: https://pypi.python.org/pypi/pcapmq

.. image:: https://img.shields.io/travis/rtfol/pcapmq.svg
:target: https://travis-ci.org/rtfol/pcapmq

.. image:: https://readthedocs.org/projects/pcapmq/badge/?version=latest
:target: https://pcapmq.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/rtfol/pcapmq/shield.svg
:target: https://pyup.io/repos/github/rtfol/pcapmq/
:alt: Updates



Publish PCAP result to MQTT


* Free software: BSD license
* Documentation: https://pcapmq.readthedocs.io.


Features
--------

* Sniffer network packet
* Publish message to MQTT when found particular packet on network


Installation
--------

```
sudo apt install libpython3-dev libpcap-dev

pip install pcapmq
```


Configuration
--------

*(TODO)


Usage
--------

* Listening all UDP and ARP packet, display only, no MQTT
```
sudo pcapmq --filter "udp or arp"
```

* Send message to broker under topic devices/1/online, when found specific device's MAC address
```
sudo pcapmq --filter "ether src xx:xx:xx:xx:xx:xx" --topic devices/1/online --broker-url mqtt://username:password@localhost --payload-format "{0} - {1}"
```


=======
History
=======

0.1.0 (2018-05-04)
------------------

* First release on PyPI.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pcapmq-0.1.1.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

pcapmq-0.1.1-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page