broadcast

  1. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Broadcast example app

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a simple B4X broadcast example with supabase as backend. Libraries AS_TextfieldAdvanced AS_Label Supabase V1.16+ Have Fun :)
  2. Alexander Stolte

    Android Example [B4X] Supabase - Realtime Broadcast

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Send and receive messages using Realtime Broadcast https://supabase.com/docs/guides/realtime/broadcast Setup https://www.b4x.com/android/forum/threads/b4x-supabase-realtime.156354/ Listening to...
  3. SJQ

    Android Question Receiving UDP Broadcast Packets when phone suspended.

    Building on the ‘Background Location Tracking’ example. I am trying to do something similar with UDP Sockets. I need to receive UDP broadcast packets from several Huzzah32-ESP32 with an array of connected sensors every few seconds or so, log this data in a database and if specific trigger...
  4. rtek1000

    Android Question [Solved] Android blocking receiving UDP broadcast

    Hello, I'm trying to implement a auto discovery system, but Android 6 is blocking receiving UDP sent via broadcast, the app can send broadcast but not receive. Android 6 do not receive "255.255.255.255" and not even "192.168.1.255/24" Android 6 only receives UDP if the transmitter directs to...
Top