Click here to Skip to main content
15,911,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: Searching for an open socket on a local network Pin
Jordanwb15-Apr-08 13:36
Jordanwb15-Apr-08 13:36 
GeneralRe: Searching for an open socket on a local network Pin
Luc Pattyn15-Apr-08 13:44
sitebuilderLuc Pattyn15-Apr-08 13:44 
GeneralRe: Searching for an open socket on a local network Pin
Jordanwb15-Apr-08 13:53
Jordanwb15-Apr-08 13:53 
The thing is, where I primarily want to use it: there's no internet and I don't have access to the server in the room, and all the IPs are assigned by DHCP.

What I could do (albeit inefficient), is get the network IP, and subnet mask (that's the next question), and try to resolve each IP, example:

network is 192.168.1.0, subnet mask is 255.255.255.0, therefore 254 max users

try to resolve 192.168.1.1
then 192.168.1.2

If the resolve is successful, try to connect the socket.

and so on, and so forth. But I think the room's local IP is a class A address so that would be a lot of network activity.
GeneralRe: Searching for an open socket on a local network Pin
Luc Pattyn15-Apr-08 14:02
sitebuilderLuc Pattyn15-Apr-08 14:02 
GeneralRe: Searching for an open socket on a local network Pin
Jordanwb15-Apr-08 14:16
Jordanwb15-Apr-08 14:16 
GeneralRe: Searching for an open socket on a local network Pin
Luc Pattyn15-Apr-08 14:24
sitebuilderLuc Pattyn15-Apr-08 14:24 
GeneralRe: Searching for an open socket on a local network [modified] Pin
Jordanwb15-Apr-08 14:29
Jordanwb15-Apr-08 14:29 
GeneralProblem with publishing an application Pin
EladKatz15-Apr-08 12:00
EladKatz15-Apr-08 12:00 
GeneralRe: Problem with publishing an application Pin
Judah Gabriel Himango15-Apr-08 12:21
sponsorJudah Gabriel Himango15-Apr-08 12:21 
QuestionRe: Problem with publishing an application Pin
EladKatz15-Apr-08 19:56
EladKatz15-Apr-08 19:56 
AnswerRe: Problem with publishing an application Pin
Judah Gabriel Himango16-Apr-08 4:10
sponsorJudah Gabriel Himango16-Apr-08 4:10 
Generalcommon_documents folder Pin
Glen Harvy15-Apr-08 11:58
Glen Harvy15-Apr-08 11:58 
GeneralRe: common_documents folder Pin
Judah Gabriel Himango15-Apr-08 12:17
sponsorJudah Gabriel Himango15-Apr-08 12:17 
GeneralRe: common_documents folder Pin
Glen Harvy15-Apr-08 13:39
Glen Harvy15-Apr-08 13:39 
GeneralRe: common_documents folder Pin
Judah Gabriel Himango16-Apr-08 4:38
sponsorJudah Gabriel Himango16-Apr-08 4:38 
GeneralRe: common_documents folder Pin
Scott Dorman19-Apr-08 8:40
professionalScott Dorman19-Apr-08 8:40 
GeneralExtracting An IE shortcut's icon Pin
sagedread15-Apr-08 10:41
sagedread15-Apr-08 10:41 
GeneralRe: Extracting An IE shortcut's icon Pin
Judah Gabriel Himango15-Apr-08 11:50
sponsorJudah Gabriel Himango15-Apr-08 11:50 
GeneralRe: Extracting An IE shortcut's icon Pin
sagedread15-Apr-08 14:54
sagedread15-Apr-08 14:54 
GeneralRe: Extracting An IE shortcut's icon Pin
Judah Gabriel Himango16-Apr-08 4:30
sponsorJudah Gabriel Himango16-Apr-08 4:30 
QuestionHow to pass object array to unmanaged C++ Pin
Alan Balkany15-Apr-08 10:13
Alan Balkany15-Apr-08 10:13 
AnswerRe: How to pass object array to unmanaged C++ Pin
Alan Balkany15-Apr-08 11:10
Alan Balkany15-Apr-08 11:10 
GeneralRe: How to pass object array to unmanaged C++ Pin
Luc Pattyn15-Apr-08 13:29
sitebuilderLuc Pattyn15-Apr-08 13:29 
GeneralRe: How to pass object array to unmanaged C++ Pin
Alan Balkany16-Apr-08 3:49
Alan Balkany16-Apr-08 3:49 
Generalrdlc repoting - center image in picturebox Pin
AJ du Plessis15-Apr-08 8:38
AJ du Plessis15-Apr-08 8:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.