I would like to use OpenOffice to my application. I have a server. A server conect to google research and it retrieves a sequence. This sequence is send to openoffice. But I am unsure how to program the TCP socket client to send and recive sequences.
I use python to program my application. A server operate because I do a temporaly client for evaluate the server.
But I need to know if is possible create TCP client in openoffice for send and recieve sequences. In openoffice the user select a text with the cursor. I want send this selection to socket server, but I don't know how to program the TCP/IP socket connection.
¿Any example?
Thanks