Hi guys,
do we have people with fundamental Wifi and Android knowledge here in the forum?
I like to write monitoring software in B4A to read the upcoming Remote ID of a drone.
The source data (as I don't have a Drone with this feature) is coming from this Python script by (for) the French police. I am wondering now if it is possible to write a receiver in B4A. To be honest I am not even sure if this is possible in Android.
If somebody has an idea if and how it can be done in B4A I would be grateful ?
I have attached a pcap of the generated packet
in short:
do we have people with fundamental Wifi and Android knowledge here in the forum?
I like to write monitoring software in B4A to read the upcoming Remote ID of a drone.
The source data (as I don't have a Drone with this feature) is coming from this Python script by (for) the French police. I am wondering now if it is possible to write a receiver in B4A. To be honest I am not even sure if this is possible in Android.
If somebody has an idea if and how it can be done in B4A I would be grateful ?
I have attached a pcap of the generated packet
in short:
B4X:
###[ RadioTap dummy ]###
version = 0
pad = 0
len = None
present = None
notdecoded= ''
###[ 802.11 ]###
subtype = 8
type = Management
proto = 0
FCfield =
ID = 0
addr1 = ff:ff:ff:ff:ff:ff
addr2 = 2a:2a:2a:2a:2a:2a
addr3 = 2a:2a:2a:2a:2a:2a
SC = 0
###[ 802.11 Beacon ]###
timestamp = 0
beacon_interval= 100
cap = ESS+privacy
###[ 802.11 Information Element ]###
ID = SSID
len = 14
info = 'ILLEGAL_DRONE2'
###[ 802.11 Vendor Specific ]###
ID = 221
len = 78
oui = 0x6a5c35
info = '\x01\x01\x01\x01\x02\x1eILLEGAL_DRONE_APPELEZ_POLICE17\x04\x04\x00\x00\x00\x00\x05\x04\x00\x00\x00\x00\x06\x02\x00\x00\x07\x02\x00\x00\x08\x04\x00\x00\x00\x00\t\x04\x00\x00\x00\x00\n\x01\x00\x0b\x02\x00\x00'
Attachments
Last edited: