Coder Social home page Coder Social logo

lms_userpanel_mds's Introduction

MyDeviceSettings

TR-069 enables remote and safe configuration of network devices called CPE.

Donation make my day :)

  • Bitcoin (BTC): bc1qvwahntcrwjtdp0ntfd0l6kdvdr9d9h6atp6qrr
  • or any other cryptocurrency if you want just ask for wallet address

WARNING!

  • It's only development implementation it's not ready for production purpose.
  • You use it at your own risk.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

GenieACS

Add VirtualParameter with name unifiedMAC and script:

// Example: Unified MAC parameter across different device models
let m = "00:00:00:00:00:00";
let d = declare("InternetGatewayDevice.WANDevice.*.WANConnectionDevice.*.WANIPConnection.*.MACAddress", {value: Date.now()});

if (d.size) {
  for (let p of d) {
    if (p.value[0]) {
      m = p.value[0];
      break;
    }
  }
}

m=m.toLowerCase();

return {writable: false, value: [m, "xsd:string"]};

Installation

What things you need to install the software and how to install them

  • Go to the LMS-PLUS root directory cd <PATH-TO-LMS-PLUS>
  • Next, run the Composer command to install the latest stable version of Guzzle composer require guzzlehttp/guzzle
    • You can then later update Guzzle using composer composer update or composer update --no-dev

Links

  • LMS-PLUS - Lan Management System (LMS)
  • GenieACS - Open source TR-069 remote management solution with advanced device provisioning capabilities
  • Guzzle - PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services
  • kyob

Acknowledgments

  • Hat tip to anyone whose code was used

lms_userpanel_mds's People

Contributors

kyob avatar interduo 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.