Scan Devices IP connected in WiFi network Dankers June 04, 2017 Example to scan connected devices within the same WiFi network, using InetAddress.isReachable(). package com.blogspot.android_er.androidwire... Read more »
Get ssid of connected network and my IP address Dankers June 03, 2017 Android example code to get ssid and IP address, using WifiInfo. Tested on Samsung Galaxy A9, running Android 6.0.1. Wifi enabled and connec... Read more »
Android Datagram/UDP Server example Dankers June 01, 2016 I posted " Java Datagram/UDP Server and Client, run on raspberry Pi " on my another blogspot. And last post show " Android Da... Read more »
Android Datagram/UDP Client example Dankers May 30, 2016 I posted " Java Datagram/UDP Server and Client, run on raspberry Pi " on my another blogspot. It's the Android version of the ... Read more »
Android client example 2, communicate with Java Server run on Raspberry Pi Dankers May 29, 2016 Refer to the previous Android client example to send message to Java server on Raspberry Pi . The client Android Client connect To Java Se... Read more »
Android client to send message to Java server on Raspberry Pi Dankers May 23, 2016 It's a Java client and server exercise in my another blogspot HelloraspberryPi . The client connect to server and send something, the se... Read more »