Git Product home page Git Product logo

Comments (10)

svpcom avatar svpcom commented on August 13, 2024

apt-get install python-twisted python-future

from wfb-ng.

avgorbi avatar avgorbi commented on August 13, 2024
pi@raspberrypi:~/wifibroadcast $ sudo apt-get install pyton-twisted python-future
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pyton-twisted
E: Unable to locate package python-future

It's look like wrong python version

pi@raspberrypi:~/wifibroadcast $ python -V
Python 2.7.9

It;s correct?

from wfb-ng.

avgorbi avatar avgorbi commented on August 13, 2024

This help:

sudo pip install future

from wfb-ng.

svpcom avatar svpcom commented on August 13, 2024

Also need to install python-virtualenv

from wfb-ng.

avgorbi avatar avgorbi commented on August 13, 2024

Thanks. I do it. All building success.

from wfb-ng.

avgorbi avatar avgorbi commented on August 13, 2024

Last question. Can I use only wfb_tx & wfb_rx for 2 way udp transmition?

from wfb-ng.

svpcom avatar svpcom commented on August 13, 2024

Yes, but in case of mavlink you will receive packets on one udp port (which listen wfb_tx) and send from another (which use wfb_rx). This may confuse mavlink router. Python daemon acts as proxy to use single port and route packets to/from wfb_tx/rx daemons.

from wfb-ng.

svpcom avatar svpcom commented on August 13, 2024

Also python daemon do mavlink aggregation (collect multiple mavlink packets to a batch) and TX diversity (make decision which wifi card use for TX based in RX RSSI)

from wfb-ng.

svpcom avatar svpcom commented on August 13, 2024

If you need C-only code and don't need TX diversity - you can backport "mavlink mode" (packet aggregation) from previous release. It was moved to python side in this version.

from wfb-ng.

avgorbi avatar avgorbi commented on August 13, 2024

Thank you. Ok.

from wfb-ng.

Related Issues (20)

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.