Giter Club home page Giter Club logo

freedmr's Introduction

FreeDMR

Tools for an open Digital Mobile Radio (DMR) repeater network.

Current State

Current Project State: Under construction, not yet functional.

You'll need some basic understanding on how software development works in order to use this software as it is in a very early state.

Dependencies

I try to avoid too fancy dependencies in order to keep the software simple to build, use and maintain. But you'll need at least:

  • C++ compiler (g++)
  • pthread library
  • OpenSSL library (libssl) for hash calculation for Homebrew protocol (install using "apt-get update; apt-get install libssl-dev" on Debian/Raspbian-systems)
  • make
  • subversion or git make updating a lot easier

Building the software

Go to "src"-directory and type "make".

Makefiles are very rudimentary at the moment and may fail for incremental building. Consider a "make clean" if in doubt before making.

There are no branches with stable versions at the moment. Everything is under heavy development and may change quickly. If compiling fails try an older version.

Running the software

When compiling succeeded, go to "src/hardware/dv4mini"-directory and run the "dv4mini-server" binary. It will print some help when run with unknown command line arguments like "-help".

Depending on your linux distribution and settings you may have to add the unix user to the "dialout" (or similar) group or change the the device permissions in order to run the software as an user other than root.

WARNING: Some features of the software may require a ham radio license valid in your country!

Web Links

Author

Main Development: Lars Struß, DK7LST (http://www.dk7lst.de/)

Please understand that I can not provide support for this project as it is just a hobby project in my spare time.

License

Open Source licensed under GPL v3, see "LICENSE"-file.

The software is intended for educational purpose in the context of amateur radio. Live the ham spirit and share your knowledge for a better world!

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.