Skip to content

AD2011/WakeOnLan-ESP8266-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

WakeOnLan-ESP8266-Telegram

Turn ON a Computer remotely from anyone in the world using Telegram and ESP8266 without being on the same network.

Change the following values:

  1. ssid[] =                                                      Wi-Fi Name
  
  2. password[] =                                                  Wi-Fi Password (Avoid using special characters)
  
  3. TELEGRAM_BOT_TOKEN =                                          Get from @botfater on Telegram
  
  4. targetDevice devices[] =                                      Replace MAC Address in this format (From ipconfig /all in cmd)
      {                                                            Device Name : MAC Address
      {{ 0xBC, 0x5F, 0xF4, 0xFF, 0xFF, 0xFF }, "Device 1"},        Device 1 : BC-5F-F4-FF-FF-FF
      {{ 0x04, 0xD9, 0xF5, 0xFF, 0xFF, 0xFF }, "Device 2"}         Device 2 : 04-D9-F5-FF-FF-FF
      };
      
  5. int numDevices = 2                                            No of devices connected above

About

Turn ON a Computer remotely using Telegram Bot and ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages