
Expeyes remote server
This App creates and binds a listening socket on port 8080.External clients on the same network can connect to and read/write to it.Ensure that the device running this app, and your client device are on the same network.-One way is to connect both...
App info
Android 4.0+
Advertisement
App description
Android App Analysis and Review: Expeyes remote server, Developed by CSpark Research. Listed in Education Category. Current Version Is 1.1, Updated On 10/11/2017 . According to users reviews on Google Play: Expeyes remote server. Achieved Over 200 Installs. Expeyes remote server Currently Has 1 Reviews, Average Rating 2x9 Stars
This App creates and binds a listening socket on port 8080.External clients on the same network can connect to
and read/write to it.
Ensure that the device running this app, and your client device are on the same network.
-One way is to connect both to a WiFi router.
-Another is to create a WiFi hotspot on this device, and connect your client to it.
All standard expEYES commands are supported, and a 'read' command
is used to fetch various data.
Also responds to '*IDN?' query
Here's an example python script to get you started
#-------Example.py-------------
import socket
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect(('',8080))
s.send('get_voltage(1)\n')
s.send('read(value)\n') #Arguments can be t1,ch1,t2,..ch4,timestamp,value
print s.recv(100)
#--------------------------------------
#-----------example2.py---------
import socket
from pylab import *
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect(('',8080))
f = s.makefile()
ion()
figure, ax = subplots()
lines, = ax.plot([],[])
for m in range(10):
s.send('capture(1,1800,5)\nread(t1,ch1)\n') #capture points
#s.send('read(t1,ch1)\n')
x=f.readline()
y=f.readline()
a=[float(i) for i in x.split(',')] #float array from ASCII string
b=[float(i) for i in y.split(',')]
lines.set_xdata(a)
lines.set_ydata(b)
ax.relim()
ax.autoscale_view()
draw()
#-----------------------------------------------------
We are currently offering version 1.1. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.