LAN Communication

el3ktr1k

el3ktr1k

@el3ktr1k-Tt5S33 Oct 25, 2024
Can someone explain to me how I can communicate with another computer over a wireless LAN network. Suppose I want send a single byte such as the decimal number 43 and then have the receiving computer receive this byte. How would I go about doing this? Thanks for any help.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • jeni232

    jeni232

    @jeni232-hJErTM Sep 4, 2008

    You will have to buy a WI-FI ROUTER & router is having access to broadband or DSL internet access, then you would be able to access internet and also can configure more than one user and define that as LAN.
    --------------------------------
    Jenilopez
  • el3ktr1k

    el3ktr1k

    @el3ktr1k-Tt5S33 Sep 5, 2008

    I know how to connect to the internet. I want to be able to send raw data from one computer to another over Wi-Fi.
  • AshutoshGupta

    AshutoshGupta

    @ashutoshgupta-Co7fKa Sep 8, 2008

    are you trying to make a HLL program for that ?
    if so then it's essentially same as sending it to a wired computer bacause TCP/IP handles all lower level details...........

    YOU JUST NEED TO DELIVER YOUR DATA TO APPROPRIATE FUNCTION OF AN APPROPRIATE CLASS IN THAT LANGUAGE.........
  • Prasad Ajinkya

    Prasad Ajinkya

    @prasad-aSUfhP Sep 8, 2008

    ummm ... how about a simple socket connection?

    Java has a huge API reference for this
  • nileshchakkar

    nileshchakkar

    @nileshchakkar-iD2qYd Jan 3, 2009

    As far as Wireless LAN cocern you can go through any of the technology like
    1)Bluetooth (limited distance)
    2) Wireless LAAN 802.11
    3) Wi- fi technolgy best suited
  • sauravgoswami

    sauravgoswami

    @sauravgoswami-UAfTlI Jan 3, 2009

    I think infrared will be better and cheap too,but how much data you want to send & receive????
  • nileshchakkar

    nileshchakkar

    @nileshchakkar-iD2qYd Jan 5, 2009

    But infrared have much more problems like speed is very slow as comparative to others.
  • sauravgoswami

    sauravgoswami

    @sauravgoswami-UAfTlI Jan 5, 2009

    yeah,thats why i mentioned at what rate data has to be send and how much?? with bluetooth its also complex procedure!!!