Skip to content

Releases: Tlantic/cdv-socket-plugin

iOS Support

01 Apr 21:11
Compare
Choose a tag to compare
iOS Support Pre-release
Pre-release

This release provides basic support for iOS platform. Also, there are a lot of bug fixes, spexially regarding socket closure and resources disposal.

This package is lighter to make things easier for who uses plugman. Basically, I moved the SocketDemoApp to another repo, but you can find the package here as well.

Feel free to fork and suggest your pull requests to have this plugin in a good shape. I'm not having the tiem I'd like to have this updated how often as I want to.

See ya.

Droid Baby Steps

26 Mar 14:05
Compare
Choose a tag to compare
Droid Baby Steps Pre-release
Pre-release

"Droid Baby Steps" is the codename for the first release of Cordova TCP Socket Plugin for Cordova/Phonegap. This version includes the basic support for TCP socket connections for Android platform, developed over 3.4 version of Cordova and tested using an Android 4.1.1 device.

Demo folder contains the demo app using the plugin and a NodeJS TCP socket server for testing purposes.
The NodeJS version used for this server was v0.10.26 but there is no report of compatibility issues with older version (until now).

For more information, please check the release notes file distributed inside "spec" folder.

Feel free to provide feedbacks, do a fork and send your pull requests.