23
votes
16answers
4k views
What is the difference between a port and a socket?
This was a question raised by one of the software engineers in my organisation. I'm interested in the broadest definition.
5
votes
5answers
1k views
Sockets: Discover port availability using Java
How to programmatically find availability of a port in a given machine using java?i.e given a port number whther it is already being used .
5
votes
4answers
337 views
What are the best ways to determine what port an application is using?
This is an adapted version of a question from someone in my office. She's trying to determine how to tell what ports MSDE is running on for an application we have in the field.
Answers to that …
5
votes
6answers
2k views
Programmatically talking to a Serial Port in OS X or Linux
I have a Prolite LED sign that I like to set up to show scrolling search queries from a apache logs and other fun statistics. The problem is, my G5 does not have a serial port, so I have to use a usb …
4
votes
4answers
198 views
How the localhost port number of .NET Development Server set?
Guys,
I see that time to time localhost port number changes (http://localhost:1519/ ....).
Basically how does it being set or chosen? And when does it change?
Thanks!
4
votes
4answers
262 views
How do I convert my Git repository to Mercurial and bring along its tags
I am wanting to toy around with Mercurial a bit, so I am trying to convert one of my existing repositories over. I run the following command on my Mac:
hg convert myrepos myrepos-hg
The command …
4
votes
4answers
386 views
Port GNU C++ programs to Visual C++
How do you port C++ programs with makefile made from GNU C++ in Linux to Visual C++?
3
votes
3answers
156 views
.NET equivalent of java.awt.color.ColorSpace
I'm trying to port a library from Java to .NET that makes heavy use of the java.awt.color namespace. What is the .NET equivalent to this?
3
votes
1answer
110 views
Porting .NET C++ standalone to Mac
I need to give an estimate for porting a standalone program to a Mac from a .NET platform. I have all the source code which is in C++ and is both code I wrote and a modified version of GLUT/GLUI …
3
votes
3answers
79 views
Do I need to register ports as “in-use” with ICANN?
The application I'm currently working on requires three ports to be opened. At the moment these are 5024 through 5026 but on reading around I discovered that these lie in the ICANN registered range …
3
votes
6answers
2k views
Sending and receiving UDP packets between two programs on the same computer
Is it possible to get two separate programs to communicate on the same computer (one-way only) over UDP through localhost/127... by sharing the same port #?
We're working on a student project in …
3
votes
4answers
672 views
How do I get Java to use the serial port in Linux?
We make use of a java application that manages a pinpad via the serial port.
This works perfectly on windows with the Sun Comm.jar, the supplied dll and the properties file.
Now we are attempting to …
3
votes
3answers
223 views
Windows kernel driver for direct I/O - anyone been there?
I need to handle direct I/O to a parallel port in a better way that we are doing it at the moment - presently we use a kernel driver that 'opens up' useable addresses using the I/O protection map. …
3
votes
5answers
607 views
Client firewall blocks all ports but 80 and 443, need away to forward requets on port 443 to SSH or HTTPS
Hi,
I am currently working at a client were they have locked down the network, except for ports 80 and 443. I need to connect to our server using SSH, but the same server also runs our website. We do …
3
votes
2answers
278 views
Finding available LPT (parallel) ports and addresses in Delphi
Hi, I am doing direct I/O on a parallel port which is fine and necessary for speed. I would like to enumerate the available ports to offer the user a choice of ports at setup time rather than a …
