##// END OF EJS Templates
Implementation of the client and library using TCP.
Implementation of the client and library using TCP.

File last commit:

r46:47
r75:76
Show More
sendFile.py
5 lines | 107 B | text/x-python | PythonLexer
import abscontrol/client
filename = "experimento1.abs"
absObj = ABSClient()
absObj.sendFile(filename)