https://github.com/jonrohan/ip-extractor
To find the host and ip address of the machine that this program is being run on.
https://github.com/jonrohan/ip-extractor
Last synced: 7 months ago
JSON representation
To find the host and ip address of the machine that this program is being run on.
- Host: GitHub
- URL: https://github.com/jonrohan/ip-extractor
- Owner: jonrohan
- Created: 2012-09-15T23:41:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T03:00:51.000Z (almost 14 years ago)
- Last Synced: 2025-01-12T23:27:58.775Z (over 1 year ago)
- Language: C
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPExtractor
To find the host and ip address of the machine that this program is being run on.
DATE:
2005.02.04
HOW TO START THIS PROJECT:
Open up the Unix console and run the command from the directory containing the program:
cc IPExtractor.c -o IPExtractor -lsocket -lnsl
this will complie the program then, after setting the appropriate access to the file using
chmod a+rwx IPExtractor
run the program using:
./IPExtractor
AUTHOR:
Jon Rohan
PROJECT FILES:
IPExtractor.c
README.txt