packet

  1. M

    Android Question How to send multiple integer variables from udp socket

    hi everyone i wanna to send array of integer from udp socket but i can how do it! hoever im trying to do this but it dose not work well here my sample code: Private Sub Label1_Click Dim hum=200,temp=320 As Int Dim int() As Int = Array As Int(temp,hum) Dim byte() As Byte =...
  2. M

    iOS Question UDP_PacketArrived fires only one time

    Hi, i already did a post on UDP, where Erel suggest me to do a simper project (i copied the one in the guide) but i doensn't work I send a packet when pressing a button, my server always respond with another packet saying "OK", the problem is that the sub "PacketArrived" fires only the first...
  3. M

    iOS Question UDP sending error data in Release mode

    Hi everyone, i'm trying to use UDP to send packets, but i'm getting some errors. I tried this code on an iPhoneXR and it works in debug and also in release(last os version)... i tried the same code on an iPhone6 but when it is in release it doesn't work I need to send a packet, and then wait...
Top