Command line application to restart fiber optic modem. Currently only support Telkom Indihome modem with type ZTE F609. Other modem type does not supported yet.
-
Clone this repository.
-
Change current directory to the project directory.
-
Create .env file and add following lines (replace the variable values with your modem credentials):
MODEM_URL="http://192.168.1.1"
MODEM_USER="<MODEM_USER>"
MODEM_PASSWORD="<MODEM_PASSWORD>" -
Run: $ npm install or $ yarn.
-
And, finally: $ npm run start or yarn start.
-
Done!