Android simple TCP client extension for MIT Application Inventor 2

Find bellow an Android TCP client extension
that implements a very simple socket; note that its operation is performed 'one-shot', which means that only one command is sent ( and its respective response, read ) at a time, and then the socket connection is closed. So, be aware that it is not a generic "shell" implementation, therefore not keeping always connected. Another point to remark is that connection is not allways checked, which means that data content are not handled during reception, although defined a timeout on the socket for the lack of response within specific interval.

Follow the screenshot of the test program, also attached:




The following is an overview of the collection of the component primitives:




And below, the program itself, also attached. Note that the highlighted item, while occupying an expressive part of the project, is not functional but only informative.




For more updated versions, refer to Github.
Feel free to conduct experiments and give feedback.

Comments

There are no comments to display.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…