python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Read Brodcast (ff02::1) msg python socket
i have this code to read a msg from a client.
import socket
# UDP_IP = 'fd53:7cb8:383:2::10'
UDP_IP = '::'
UDP_PORT = 13400
# create socket
sock = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
so...
Francisco Alvarez
Votes: 0
Answers: 0
AlarmManager time not being set correctly
I am developing an app where I use an AlarmManager to schedule a time to open an Activity.
The chosen time is picked by a TimePicker.
Despite the time being the expected one when I call the method whe...
Fábio Pires
Votes: 0
Answers: 1
How can I programmatically start a Flutter application from a BroadcastReceiver?
The purpose of my implementation of a BroadcastReceiver is to be able to start a closed Flutter application when an incoming or outgoing call ends. The Flutter application has native Android code in o...
Stéphan van Biljon
Votes: 0
Answers: 1
Braodcast Receiver for API > 24
i´m working now with Broadcastreceviers. I did it on 2 ways. First with setting it in the AndroidManifest.xml and second on init the Receiver through my MainActivity.
Every time its starting to charge...
Da_Pusti
Votes: 0
Answers: 0