Can Tasker be added with these 4 basic actions for TCP?
Hi
Currently Tasker does not have basic TCP actions, for Connecting, Sending, Receiving, and Disconnecting.
The closest thing it has, are the HTTP GET and POST (and HEAD..) actions,
which might be problematic for sending files,
since I don't know If I can use them to send a 15MB file for example, in one HTTP GET/POST..
Can Tasker be added with these 4 basic actions for TCP?
TCP_Connect(HostnameOrIP,Port)
TCP_Disconnect()
TCP_Send(Data)
TCP_Receive()
Thank you very much