Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

MEFS2019/ESWifi

Repository files navigation

ESWifi

Snyk: Known Vulnerabilities

Greenkeeper: Greenkeeper badge

Actions:

Lgtm: Total alerts Language grade: JavaScript

Sonarcloud: Quality Gate Status Bugs Code Smells Maintainability Rating Security Rating Technical Debt Vulnerabilities Lines of Code Duplicated Lines (%)

About

ESWifi is a solution for domestic routers to easily make them secure, no technical skills needed.

Getting started

For users

Currently is available for Android app and iOS. We are working on a desktop app for Windows and Unix. You can get it here.

For developers

You can contribute with simple scripts, which are loaded into the application. These are the standard, we will be happy to receive your pull requests :)

Requirements

  • Npm 6.4.1+.
  • Android Studio or Xcode, depending on what platform do you want to compile.
  • Java 8+.

How to install

git clone https://github.com/MEFS2019/ESWifi

cd ESWifi

npm install

Useful scripts to test the app

  • npm run start: Serves the app with hot reload enabled. Useful for development.
  • npm run build: Creates a production-ready build.
  • npm run build:sync: Same as build, but also copies the built files to the native projects and adds any new native dependencies.
  • npm run open:[ios/android]: Opens the native project in its corresponding IDE (Android Studio/Xcode).

Documentation

For more information about the proyect, visit the Wiki.

Features

OpenWRT

  • Change Wifi Password
  • Change Admin Password
  • Change SSID
  • NO WPS
  • Secure Cypher Algorithm
  • Limit IPs
  • Upload firmware
  • Filter MAC
  • Lower Power WiFi
  • Visitors WiFi

Orange

  • Change Wifi Password
  • Change Admin Password
  • Change SSID
  • NO WPS
  • Secure Cypher Algorithm
  • Limit IPs
  • Upload firmware
  • Filter MAC
  • Lower Power WiFi
  • Visitors WiFi

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors