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

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.

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