Git Product home page Git Product logo

warpi's Introduction

#WarPi
Build Status ##Current Task:
Get Encryption Type (looking through airodump-ng)

###What is it?
Basically a All-in-One Box for your Car.
###Sounds sketchy. Whats exactly in it?
Short description of all files:
#####WarPi/Client:
Client, which shall connect to the main Server to synchronize its logs and get new commands.
#####WarPi/Database:
For the connection with the Eve REST API. (Storage of GPS/WiFi Logs)
#####WarPi/Eve:
Small Python thread, which gets called by the Database Class. It just provides the Eve REST API.
#####WarPi/GPS:
Used for the overall GPS functionality.
#####WarPi/Manager:
Controls the whole thingy.
#####WarPi/WiFi:
Used for the overall WiFi functionality.
###Ok, But what do I need to run it?
Either you use the dependencies.sh script or follow the steps below.
#####Libboost:
apt-get install libboost-all-dev #####RestClient:
git clone https://github.com/mrtazz/restclient-cpp
cd restclient-cpp/ && ./autogen.sh && ./configure && make && sudo make install

For connecting with the CouchDB Rest API.
#####RapidJSON:
git clone https://github.com/miloyip/rapidjson
cd rapidjson && mkdir build && cmake .. && make && make install

For searching data with/in the Database and parsing the configuration file. #####libiw-dev:
sudo apt-get install libiw-dev
Overall WiFi interaction.
#####gpsd/libgps-dev:
sudo apt-get install gpsd libgps-dev
Overall GPS interaction.

Uses these devices: (not needed, but recommended)
A WiFi dongle.
A GPS dongle.
(Small) Cameras (numberplate recognition is not yet implemented)

###Heyy, that's pretty good.
#####How can I help?
Report Bugs, open a push request, just any useful contribution should get accepted.
#####What's TODO:
WiFi:
->Get WiFi Encryption Type (maybe via libtins in a thread)
->Karma HotSpot
->Authentication with known & open Networks (first over system(), then maybe over an actual 802.11 implementation)

Networking: (after connecting to networks is done)
->Host Discovery
->Spoofing

Client:
->On Internet: Connect to main Node and sync.
->Get cmd's and set switches accordingly.

GPS:
->Navigation with GPS (Map Rendering & Overlay)

Camera:
->Parking System (Distance measurement, etc.)
->Number Plate Recognition & Location logging

Code Documentation

Whatever else comes to my/your head and seems usable.

###Errors: error while loading shared libraries: librestclient-cpp.so.1: cannot open shared object file: No such file or directory:
ln -s /usr/local/lib/librestclient-cpp.so.1 /usr/lib/

// Code is ugly. No h8 pls b0ss.

warpi's People

Contributors

nbdy avatar

Watchers

 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.