Skip to content

Instantly share code, notes, and snippets.

View ahmedsaoud31's full-sized avatar

Ahmed Aboelsaoud Ahmed ahmedsaoud31

  • Luxor, Egypt
View GitHub Profile
@ahmedsaoud31
ahmedsaoud31 / Alcatel Router
Last active February 5, 2022 11:16
Get info from Alcatel HUB40 LTC Router and control it like reboot router or send SMS, you can use it with other routers run with the same web UI.
<?php
class AlcatelRouter
{
private $ip;
private $ch;
private $key;
private $k_token;
private $token = null;
private $header;