Aller au contenu

Dd-Wrt Lan Checker


jompa68

Messages recommandés

Si vous avez un routeur avec DD-WRT installé, vous pouvez rechercher facilement smartphones, PC ou tout autre appareil avec une adresse MAC .

 

If you have a router with DD-WRT installed, you can search for assets easally smartphones, PC or other device with a MAC address of the virtual device.

--- DD-WRT LAN CHECKER - 
- By Jonny Larsson (jompa68) 

- The version 0.1 09/12/2014 

- It is tested and works with Firmware: DD-WRT v24-sp2 
- Another version might work, but it depends on what name 
- The status pages have that we check for active clients and 
- The state of the Internet. 
- The work of pawn on all types of smartphones (iOS, Android, Windows ..) 
- Any type of equipment with a MAC address should work. 
- Have fun!
Importer le module virtuel. Aller à  la page avancée, remplissez l'adresse IP et le port du routeur dans le champ "Adresse IP" et le "Port TCP". 
Faites défiler jusqu'à  la première clé (Device 1) Changer l'utilisateur et mot de passe  de votre routeur. Saisissez l'adresse MAC que vous souhaitez rechercher. Changer "globalVar" (créer une variable prédéfinie avec la valeur 1 et la valeur 2) 
TxtOnline  et txtOffline (doit être l'info que vous définissez la valeur 1 et 2 dans la variable) 
Faites de même pour le bouton 2. 
Vous pouvez ajouter plus de boutons sur le module si vous voulez, il suffit de copier le code et changer les choses qui doivent être modifiées.
 
Device import. Go to Advanced page, fill in the router's IP address and port in the "IP Address" and the "TCP Port". 
Scroll to the first key (Device 1) Change user and password for your router's user and password. Enter the MAC address you want to search. Change globalVar (you create a predefined variable with the value 1 and value 2) 
TxtOnline change and txtOffline (must be the info you set the value 1 and 2 in the variable) 
Do the same for the device 2 button. 
You can add more device button if you want, just copy the code and change the things that should be changed.
 
- Startup Settings - User 
- DD-WRT user and password for the connection 
- Change user and password below (login to the router) 
user = "root"; - Default is root
pwd = "password"; 
- MAC Address looking for 
deviceMAC = "04:f7:e4:4f:21:82"; 
- Name of the predefined variable 
globalVar = "wifiJonny"; 
- Value 1 and Value 2 of the predefined variable 
txtOnline = "Online"; 
txtOffline = "Offline"; 
- END USER SETTINGS -
Descendre jusqu'à  "mainLoop"
Remplacer user et password
 
Scroll to MainLoop 
Change user and password
- Startup Settings - User 
- DD-WRT user and password for the connection 
user = "root"; - Failure is root
pwd = "password"; 
- END USER SETTINGS -


post-328-0-90614100-1410554637_thumb.png

DD-WRT_LAN_Checker.vfib

  • Upvote 2
Lien vers le commentaire
Partager sur d’autres sites

×
×
  • Créer...