ServerPortfolio
2.0
Python parsers and server
|
Go to the source code of this file.
Classes | |
class | serverportfolio.ModClientTCP.TCPClient |
Make a connection to the root application server to send directly new data. More... | |
Namespaces | |
serverportfolio.ModClientTCP | |
Make a class for sending new data to the server of ROOT_application. | |
Variables | |
string | serverportfolio.ModClientTCP.data = "DJ,2014-09-22 22:08:09,17172.680000,74298798.000000" |
tuple | serverportfolio.ModClientTCP.tcp = TCPClient() |
tuple | serverportfolio.ModClientTCP.received = tcp.SendData( data ) |
Receive data from the server and shut down received = sock.recv(1024) sock.close() More... | |