Hello, I wanted to solve a similar problem in which devices located nearby could connect to the head unit and transmit some information. I wonder if you could solve your problem on modern smartphones. I tried, I got a connection, but only on old SDK less than 9
Dim rs1 As ResultSet
mh1.Initialize("remort server ip","db name","username","password")
rs1=mh1.Query("SELECT * FROM db ")