B4i Question Read RSSI in B4i - Erel (first post)    Apr 5, 2016 See the 3rd search result: https://www.b4x.com/android/forum/pages/results/?query=b4i+rssi+wifi... B4A Code Snippet [B4X] Check if Internet interfaces are enabled and internet status + type (WiFi/Cell/LAN) - Sergio Haurat    Jul 3, 2024   (10 reactions) -status-wifi-cell-network-data-or-lan-has-enabled-or-disabled.161849/
Sub Class_Globals
Private... B4i Question [SOLVED] Read BLE RSSI while connected - techknight    Jan 10, 2019 I noticed Android has a ReadRemoteRSSI function, but I cannot find it in the iOS version.
iOS does have a ReadRSSI() feature that works once per second interval for retrieving a connected RSSI... B4A Library [B4X] SP IFStatus - Check if interface status (WiFi, cell network data or LAN) has enabled or disabled - Sergio Haurat    Jun 28, 2024   (7 reactions) As String, IP As String) IsConnected: True or False ConnType: NONE (B4X), WIFI (B4A/B4I), CELL... B4i Question Get more Wifi information? - davemorris    Feb 14, 2019 Hi all,
In B4A, it's possible to use the Simple Wifi library here – https://www.b4x.com/android/forum/threads/simple-wifi-library-updated-v-3-07-09-05-2018.76233/ (which is based on the MLwifi... B4i Question Is there a way to get all available WiFi network in range in i OS? - hanyelmehy    Apr 4, 2015 Is there a way to get all available WiFi network in range in i OS?
some people say we can use CaptiveNetwork for this ,please check
https://developer.apple.com/library/ios/documentation... B4i Question Getting Continuous RSSI Reading from BLE - walterf25    Feb 9, 2020 , this is all working good, but I also need to get the RSSI value periodically, i found the following code in the forum to get the RSSI value and it seems to work, except that when the RSSI value the first... B4i Question Wifi related information - Erel (first post)    Feb 20, 2025 Please don't make duplicate posts.... B4i Question B4A & B4I detect if the internet is connected and if it is wifi or cellular network - Sergio Haurat    Jun 22, 2024 -is-available-type-wifi-cell-lan.161750/
I have seen in the forum some ways to know if you are connected....133628/post-848997
The problem is... I don't know if the connection is WiFi or cellular... B4i Question iOS version: Check Internet connection + Know connection type (WiFi/Cell) - Sergio Haurat    Jun 22, 2024 SOLUTION HERE https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/ I am attaching the .h, .xml and .a files in a Reachability.zip file, also the XCode source code in a Reachability source.zip I asked ChatGPT how to get the same...> <description>Checks the reachability of the local WiFi connection.<... ReachableViaWiFi ci.strType = "WIFI" ElseIf status = 1 Then '... Page: 1   2   3   4   5   |