An open API service indexing awesome lists of open source software.

https://github.com/antonioskalattas/ip-grabber-local

This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.
https://github.com/antonioskalattas/ip-grabber-local

cpp ip ipgrabber iplocal remote-access-ip-grabber

Last synced: about 1 year ago
JSON representation

This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.

Awesome Lists containing this project

README

          

# IP-grabber-local
This is a cpp program that aims to help you get the local ip address of a computer in your network and later use it to remote access it.

# How to use it
First install the package and run `ip_grabber.exe`. After that, you will see three(3) files: ``global.txt``, ``ips_local.txt``, and ``result.txt``. The ip that you got will be in the ``ips_local.txt``. The other two files are usless for your perpose but they are essential for the program to run correctly.