Communication between Windows 7 and Windows 8(and above) using Sockets(TCP and UDP)

I need to use TCP and UDP using Sockets to communicate between two(or more) applications installed in Windows 7 and Windows 8.
Is it possible.? I tried within a LAN, but in vain. If needed I would post the appropriate code.
Note: I only tried running exe(s) in these machines and not with installation.

Hello Prabodh.Minz,
>>Is it possible.?
It is not clear what develop language you are using, here are examples which uses the C# based on .NET. It created the communition between two machines by using sockets with TCP protocol, a server and a client:
Synchronous example:
Client and
Server.
Asynchronous example:
Client and
Server.
Multi-client per one server - socket programming in .net(C#)
>>Note: I only tried running exe(s) in these machines and not with installation.
There are all .exe.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • HT1386 I've updated my 2007 MacBook to 10.6.8, and now my iPhone 3 (used as iPod) and iPhone 4 aren't recognized to be synced anymore or I get an error message telling me to update my phone to 11.1 or something. When I do that is appears to update and whe

    I've updated my 2007 MacBook to 10.6.8, and now my iPhone 3 (used as iPod) and iPhone 4 aren't recognized to be synced anymore or I get an error message telling me to update my phone to 11.1 or something. When I do that is appears to update and when finished nothing appears to have updated.

    It is possible one of the 10.6.8 updates may help:
    Combo v1.1 (7/25/2011), 10.6.8 2013 Security Update 004, 2013-005 Java update.
    Note, your machine is too old to use the latest Java from http://www.java.com/

  • What can I change to gain access to my work vpn.  I can access with my MacBook Air and other routers.  Can use my ipad and this time capsule to successfully access the VPN.

    What can I change to gain access to my work vpn.  I can access with my MacBook Air and other routers.  Can use my ipad and this time capsule to successfully access the VPN.

    You need to give us a lot more info.
    I presume the MBA and the TC are the combo that doesn't work, although you don't clearly state that.
    If the ipad and TC work.. are you sure the ipad is connected via the TC and not 3G network?
    If it is then the TC itself is fine and the issue might be setup on the MBA.. although if the MBA works with other routers.. that rather confuses the matter.
    You need to actually tell us how the TC is setup in the network. What kind of broadband modem you have and what kind of vpn you are using.

  • Why when I try to update certain app it require an old email address and password I have not used for years and I do I get to update them on my new details

    Why when I try to update certain app it require an old email address and password I have not used for years and I do I get to update them on my new details

    Apps are tied to the Apple ID that was used to purchase them and you will always need to use that ID and password in order to update them.
    Saying that you do get to update them on your new details makes no sense at all.

  • How long should and Iphone 4S battery last using wifi continuously and having all notofocations and locations services ON and Off???

    1. Hi, How long should and Iphone 4S battery last using wifi continuously and having all notofocations and locations services ON and Off???
    2. What battery percentage should use if I do not make calls all day and wifi is on?
    3. What battery percentage should use if I do not make calls all day and wifi is off?
    4. If I do not have a Sim Card inside my Iphone 4S will the phone use more battery life?
    5. In what time should the iphone normally discharge?
    6. Basically how would i know if my battery is not defective as some people say?

    all your questions are relative to individual use, therefore nobody could give you any definitive answer to any of them.

  • Safari is stop and reopen suddenly, when I use double tap and input data on safari. Do you give me a solution?

    Safari is stop and reopen suddenly, when I use double tap and input data on safari. Do you give me a solution?

    Tap Settings > General > Reset > Reset All Settings
    Then restart the device.
    message edited by:  cs

  • Using Sockets TCP/IP to connect through Proxies and Firewalls

    How to do in a Client/server Application using Sockets TCP/IP to connect through Proxies and Firewalls?
    How to implement the HTTP Tunnelling in this case?
    the code in Client to connect to server is:
    SSLSocketFactory sslFact = (SSLSocketFactory)SSLSocketFactory.getDefault();
                   socket = (SSLSocket)sslFact.createSocket(c.site, c.PORT);
              String [] enabledCipher = socket.getSupportedCipherSuites ();     
                   socket.setEnabledCipherSuites (enabledCipher);
                   out = new ObjectOutputStream(socket.getOutputStream());
                   in = new ObjectInputStream(socket.getInputStream());
    The Server is an executable Standalone Application with a main Function � How to do to convert this Server in a Servlet Application?
    the code in Server to wait client connections is:
    Runtime.getRuntime().addShutdownHook(new ShutdownThread(this));
              try {
                   SSLServerSocketFactory factory = (ServerSocketFactory) SSLServerSocketFactory.getDefault();
                   SSLServerSocket sslIncoming =
                        (SSLServerSocket) factory.createServerSocket (PORT);
                   String [] enabledCipher = sslIncoming.getSupportedCipherSuites ();
                   sslIncoming.setEnabledCipherSuites (enabledCipher);
              while(running) {
                        SSLSocket s = (SSLSocket)sslIncoming.accept();
                   newUser(s, pauseSyn);
              } catch (IOException e) { System.out.println("Error: " + e); }
    some links or code sample?
    Thanks in Advance

    Did you see this: Networking Properties?
    Including
    SOCKS protocol support settings
    and
    http.proxyHost (default: <none>)
    http.proxyPort (default: 80 if http.proxyHost specified)
    http.nonProxyHosts (default: <none>
    ftp.proxyHost (default: <none>)
    ftp.proxyPort (default: 80 if ftp.proxyHost specified)
    ftp.nonProxyHosts (default: <none>)

  • Installing Windows Server 2012 in Order to Use SharePoint Server and Develop in VS2012

    Hi.
    I need to install SharePoint Server so that I can work with SP Designer and have full options for development using VS2012.  Apparently, I also need to Install Windows Server 2012.  I would like to install and configure WS2012 in a virtual environment
    using the Hyper-V tools that come with Windows 8 Pro.  I'm a newbie when it comes to WS2012, and want to make sure I don't end up reformatting my Windows 8 hard drive or causing a similar event that would put me in a rubber room. 
    I downloaded the WS2012 image file, but am unsure how to proceed.  Can anyone give me some help as to how to get started?
    Thanks.
    Bugless

    Hi,
    If you have enabled the Hyper-V role on Windows 8 then you can create Windows Server 2012 VM's.  As Server 2012 has the Hyper-V tools build in by default there is no need to install them.
    So enable the Hyper-V role on Windows, Create a new VM in Hyper-V management console and connect the cd/dvd drive in the VM properties to the Windows Server 2012 setup ISO file. Start the VM and the Server 2012 setup. (during creating a VM you can also
    connect the cd/dvd drive to an ISO file)
    You might want to give to the Server 2012 VM 2 vCPU's and 2GB+ memory for performance. Also have a look the memory specs for VS2012 to see how much memory you should give to the VM.
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
    MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Blog: http://www.citrix-guru.com and http://www.rds-support.eu Twitter: @dnyvandam

  • I was login a website ,and i have opened cookies , i want to open another window to login the same website use another account , and in the same windows can use the same account , how can i achieve it ? thinks

    i want to use firefox to login a website ,in the same window and different tags can user the same session
    but when i open other window and login the same website use different account .
    how can i achieve it ? thinks

    Your problem has nothing to do with the faults or limitations of a web browser.
    ''There can be only ONE active user logged in on a specific website during a whole Browsing Session. Even if you try to log-in using a new window it will sign-out the earlier User ID from that website. It will keep the most recent logged-in User ID active.''
    This is the general policy on which all websites are built. Even if you try to login the same website from another web browser, you won't be able to login from the second platform either. I just check it. Tried on Mozilla and Internet Explorer.

  • I have 2 IPOD touches and now an IPAD2;I use outlook calendar and contacts, and now my devices are not syncing all the information in the calendar. Help?

    I now have 2 IPOD touches , 1 8 GB,1 32G plus an IPAD 2 that I've been having syncing issues with.
    my Dell D830 Latitude w/windows XP. I use outlook calendar and contacts, and the syncing is not
    completely syncing the outlook information. Help?

    Yes.  Just sync them to the same iTunes library.  iTunes will keep track of each so you can put what you want on each.  I do this with a 3G and iPad2. Note that each device will have it's own backup.

  • I cannot download and convert videos from Youtube using Firefox v31 and Downloadhelper v4.9.22

    This has been a problem for at least 18 months. I receive updates to Firefox and Downloadhelper as they become available and am registered so that I can use the conversion process.
    I've looked through the support pages but they don't help me to fix the problem. If a fix exists I would prefer it to be a "Click this button" rather than lines and lines of revised code.
    Please help, soonest would be nice.

    I can confirm that as of this morning I have v4.9.23 of Downloadhelper. I have manually updated SilverLight, to 5.1.30514.0, and the red warning on the Plugins page has now gone away, I now get an Up to Date message.
    I still have the Youtube problem. I have closed and restarted Firefox but have not yet done a cold boot of my computer.
    I do have 5 unknown plugins that Firefox says I need to research, these are for
    Microsoft® DRM
    Windows Presentation Foundation
    NPCIG.dll (this relates to a Canon image gateway)
    Windows Live® Photo Gallery
    Google Update
    The .dll will have come along with software with my camera but I have not idea about the rest.
    Now whether the DRM is causing the problem I don't know but I am running Microsoft .Net Framework 3.5 SP1 and Windows Media Player 11. For info my PC is running a legitimate copy of Windows XP SP3.
    Thanks for the continuing help.
    Nigel

  • How to open multi-windows to operate a remote compute using socket

    hi, please help me.
    I want to develop a program, it can open multi-windows to operate the remote comput at one time just like NetTerm. It use socket to setup connection with remote computer.
    Now I am using a Thread class to setup socket connection with computer, and use Thread's static varible to control all kinds of action of socket.But it can work only when openning one window,because all the thread instances share the same static variable.
    How to do it? Not using Thread? Then the frame will be frozen.
    All adivse are welcomed.Thank you.

    Maybe I don't say it clearly.The program need to show the output of the socket in the JTextArea and transfer the user input to the input of the socket to control the remote computer.

  • Communicating Between Multiple LabVIEW Executables on different computer using Shared Variables

    hi,
    I need to develop some executables which will be launched on different computer of a LAN. Some DATA are common. I need to share the data using shared variables.
    I usually used LabVIEW so I 'm familiar with shared variables but in this case, the RT target is a part of my
    project.
    I do I need to procceed in my case?
    thanks

    Ok but it's not my configuration and I haven't found my answer in the tutorial.
    You speak of a case where there is a computer and a RT target under the same LabView project. As I said earlier, I often use labview RT and shared variable between computer and RT target. But I assume here it's different.
    My question is : how do you acces to the SVE from 3 computers (without any RT target)? 
    1. If I create 3 labview projects using the same Shared Variable, do I need to use the same .lvlib on each project?
    2. Is it possible? 
    3. How can I configure where the SVE should be? When I use a RT target, It only depends where I put my Lvlib. But here there is 3 projects. 
    James
    Attachments:
    Sans titre.JPG ‏9 KB

  • Siri keeps cutting in and out when I'm using my iPad3 and I don't even use Siri. This Is driving me mad. Can someone find it in their heart to help me.thanks,Michael.

    SIri keeps cutting in and out when I'm using my iPad 3 and it's driving me mad.
    i Don't even use Siri and know I can turn it off but don't want to.
    could someone please find it in their heart to try and help me with this issue.
    kind regards
    michael.

    If you have your iPad connected to the charger it could be the new "Hey Siri" feature that allows you to use Siri without pressing the home button. Do you have a radio on or are people talking ? Go to settings> general> Siri> Allow"Hey Siri"> off.

  • I was using my ipad 2 and i got up to use the bathroom and 2 minutes later it was shut off and wont turn back on. what is wrong?

    I was using my ipad 2 and got up to use the bathroom and 2 minutes later tried to use it and it was shut off and wont turn back on. What is wrong?

    We really can't tell you what happened, but you can get your iPad up again, by rebooting:
    Hold the power and home button simultaneously for at least 10 seconds (hold past the swipe to shut down) and when the Apple logo appears, let go of both buttons and your iPad will come back to life. 

Maybe you are looking for

  • Is there any way to control external fans from my G5 DP2.7?

    Hi there. I'm building a silencing box for my Powermac G5 DP2.7 for use inside my home recording studio as the G5 is too loud for sucessfully recording instruments in the same room. I have 4 slient blade fans. Two on the in-take and two on the out-ta

  • Change standard rows (15) in an interactive report

    Hello, I want to change the default value for rows in an interactive report (15). It should be displayed in principle always 50 rows. I have unfortunately found no setting which I can change that. A search on the net and forum brought no help. Can so

  • Satelite a215-s7437 only boot with external harddrive usb atached

    My laptop a215-s7437 boot but after the logo i have a black screen no mouse or anything, but If I connetc my external harddrive conected with usb It will boot and works find I have no ideia wha is wrong ???? Please help.........

  • Flash swf file to Animated GIF

    When I export a single frame sparkle effect flash file/or any flash file to animated gif it turned out to be without a motion/animation and poor in quality.can help please,in improving quality and the single frame effect to appear on Animated gif fil

  • How to save my phone?

    Every time I plug in my iPhone on iTunes it tells me there is an error, showing a number which is something like 41012 or similar. It then tells me to restore my phone back to factory settings, what should I do?