As I learn RR I am creating a project for a fantasy football league. The server component of this that will store all of the daily/weekly results, I am wanting the ability to grab the IP Address of the NIC on the computer and display it in a text field so that when the admin clicks a button the application would be able to listen for connections on that ip address and port number.
Does anyone have resources on how this can be done
Acquire NIC Address
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Acquire NIC Address
---
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Graham Pearson
Goshen, IN USA
We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com
Re: Acquire NIC Address
The simplest way is to use ifconfig on Mac OS X and Linux and ipconfig under Windows via the RunRev shell function.
Robert
Robert