GithubHelp home page GithubHelp logo

guvwaf / meshtasticator Goto Github PK

View Code? Open in Web Editor NEW
89.0 89.0 10.0 888 KB

Discrete-event and interactive simulator for Meshtastic.

Python 100.00%
discrete-event-simulation lora meshtastic network-simulation

meshtasticator's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @GUVWAF
  • ๐Ÿ‘€ Iโ€™m interested in FPGA-based Software Defined Radio, (Industrial)-IoT and wireless communication in general.
  • ๐ŸŒฑ Iโ€™m currently learning OFDMA, LoRa PHY.

meshtasticator's People

Contributors

dependabot[bot] avatar guvwaf avatar lazzarello avatar rickhavinga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

meshtasticator's Issues

Ability to set SNR (related to pathloss)

Hello,

This is more like a question

I haven't found a documented way to set link SNR, meaning how well a node is able to hear another node.

This would help so much especially if I use data from neighbor info, to simulate the network.

Are significant changes needed on my side in order to set SNR somehow?

No documentation for "tk" python failure

When installing this repo on a new server, the sim failed due to tk not being installed on the machine. I couldn't find any docs on this, so it might be worth placing a note about needing this at the system level to run the application, if not giving some demo commands. For example, sudo pacman -S tk fixes the problem on Arch Linux.

Specify that Native Linux Requires GNOME Desktop Environment

Currently, the "Interactive Simulator" documentation page does not specify the application's depenency on the GNOME desktop environment. There is a dependency within the codebase on gnome-terminal, which is not supported on all Linux desktop environments. While xterm would work for all X11 DEs, this would also not support wayland DEs. I'm not sure of the best way to handle this since to my knowledge there isn't a generic command to start a terminal that is widely supported, although at least this is worth pointing out in the "Interactive Simulator" docs as a note.

numpy hex API version constraints

here's a weird one, numpy verions "15" versus "16" in an exception.

RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
Traceback (most recent call last):
  File "/home/lee/src/Meshtasticator/interactiveSim.py", line 7, in <module>
    from lib.common import *
  File "/home/lee/src/Meshtasticator/lib/common.py", line 3, in <module>
    from . import phy 
    ^^^^^^^^^^^^^^^^^
  File "/home/lee/src/Meshtasticator/lib/phy.py", line 4, in <module>
    from scipy.optimize import fsolve
  File "/home/lee/src/Meshtasticator/.venv/lib/python3.11/site-packages/scipy/optimize/__init__.py", line 404, in <module>
    from ._optimize import *
  File "/home/lee/src/Meshtasticator/.venv/lib/python3.11/site-packages/scipy/optimize/_optimize.py", line 33, in <module>
    from scipy.sparse.linalg import LinearOperator
  File "/home/lee/src/Meshtasticator/.venv/lib/python3.11/site-packages/scipy/sparse/__init__.py", line 267, in <module>
    from ._csr import *
  File "/home/lee/src/Meshtasticator/.venv/lib/python3.11/site-packages/scipy/sparse/_csr.py", line 10, in <module>
    from ._sparsetools import (csr_tocsc, csr_tobsr, csr_count_blocks,
ImportError: numpy.core.multiarray failed to import

python version 3.11.3

numpy from requirements.txt

Ubuntu 22.04

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.