Coder Social home page Coder Social logo

router's Introduction

Rout@ir Intelligence

License: GPL v3

Note that this documentation is here to indicate what should be made to install and use the software inside the shipped raspberry pi. It will also have other important information as requested in its lifetime.

Security

The device is here to grab and send information from the devices surrounding it. It is not intended to have other behaviour than creating an internal server, a wifi and connect to whatever wifi/ethernet is chosen.

Any other services should be considered a threat.

Initial MYSQL Configuration

Create the user

For instance in the current default implementation :

CREATE USER 'rpi'@'localhost' IDENTIFIED BY 'password'

Create the database

CREATE DATABASE NonOpn;

Grant access

GRANT CREATE, INSERT, SELECT, UPDATE, DROP ON `NonOpn`.* TO 'rpi'@'localhost';

Post install

You can restart the soft or the device if you have configured the service to start right away.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

License

This project is licensed under the GPL v3 License - see the LICENSE file for details

router's People

Contributors

codlab 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.