M matio macrumors newbie Original poster Feb 4, 2011 2 0 Feb 4, 2011 #1 Hi everybody, Well.. I am trying to create my 3rd program in mac os x using Xcode.. The program tests the TCP/UDP (ports 1~65535) .. How can I start it? thanks !! Matio.
Hi everybody, Well.. I am trying to create my 3rd program in mac os x using Xcode.. The program tests the TCP/UDP (ports 1~65535) .. How can I start it? thanks !! Matio.
miles01110 macrumors Core Jul 24, 2006 19,260 38 The Ivory Tower (I'm not coming down) Feb 4, 2011 #2 There's already a program for that... http://nmap.org/
M matio macrumors newbie Original poster Feb 4, 2011 2 0 Feb 4, 2011 #3 miles01110 said: There's already a program for that... http://nmap.org/ Click to expand... ya, i Know I'd like to create a program like > simple port tester (mac edition) The guy used Xcode to do it! How can I start it? =o
miles01110 said: There's already a program for that... http://nmap.org/ Click to expand... ya, i Know I'd like to create a program like > simple port tester (mac edition) The guy used Xcode to do it! How can I start it? =o
H holmesf macrumors 6502a Sep 30, 2001 596 236 Feb 6, 2011 #4 matio said: Hi everybody, Well.. I am trying to create my 3rd program in mac os x using Xcode.. The program tests the TCP/UDP (ports 1~65535) .. How can I start it? thanks !! Matio. Click to expand... In XCode file->new project->application->command line tool. You probably want to choose the "C" type of tool from the dropdown menu, unless you want to create a Mac specific tool. You can learn how to program TCP/UDP from Beej's network programming guide. What were your other 2 programs? This will help us gauge how experienced you are to further direct you.
matio said: Hi everybody, Well.. I am trying to create my 3rd program in mac os x using Xcode.. The program tests the TCP/UDP (ports 1~65535) .. How can I start it? thanks !! Matio. Click to expand... In XCode file->new project->application->command line tool. You probably want to choose the "C" type of tool from the dropdown menu, unless you want to create a Mac specific tool. You can learn how to program TCP/UDP from Beej's network programming guide. What were your other 2 programs? This will help us gauge how experienced you are to further direct you.