Coder Social home page Coder Social logo

ardfmap's Introduction

ardfmap

Amateur radio direction finding mapping system

A system designed for use with electronic foxhunting events and balloon chases.

Getting started

Install Flask (pip install flask).

Start the server by double clicking the server.py (or python server.py in a

terminal.

Visit http://localhost:8083 in your web browser.

Architecture

Server

The server component is now dependant on the "Flask" Python library which is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. In addition to hosting the web client it provides access to the database via a REST-style API.

At the moment it stores the data in a SQLite database to avoid the need of installing database server like Postgres.

This design lends itself to making it easy to run it on the computers in car during the hunts/chases. On the long term roadmap the plan is to also provide a website that can be hosted on a public facing webserver (i.e through Apache/lighttpd/ngnix/Cherokee) which can use Postgres the database backend instead of SQLite.

Client

Two clients are provided at this time, the web interface which utelises the Leaflet to provide an interactive client for humans in their web browser and a CLI/API client for communicating with the server for developing specialised agents.

License

Copyright (c) 2013 Sean Donnellan

This software is licensed under the terms and conditions of the The MIT License (MIT), see LICENSE for details.

This software the following third party software:

  • Leaflet (c) 2013, Vladimir Agafonkin, CloudMade
  • Leaflet.draw Copyright (c) 2013, Jacob Toye, Smartrak

ardfmap's People

Contributors

donno avatar

Watchers

James Cloos avatar  avatar

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.