Giter Club home page Giter Club logo

tcpsockets's People

Contributors

habel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tcpsockets's Issues

Multiple issues.

Hi there, I'm not sure if you're aware of this, but there are multiple issues with this plugin. I'm not familiar with how one "comments" on an app so I thought I'd leave them here in an "Issue".

Throughout your documentation you refer to "TCPSocket" whether in the case of the .js file or the .java file, both seem to be named incorrectly, the actual files seem to be "TCPSockets.js" and "TCPSockets.java".

In the file TCPSockets.js your return statement looks like the following:

return PhoneGap.exec(successCallback,
failureCallback,
'TCPSocketsPlugin',
'sendMessage',
{
port: this.port,
host: this.host,
message: this.message
};

As you may notice, there is a bracket missing at the end just before the semi-colon. I'm also not sure if this is an issue but you seem to call the plugin by the name "TCPSocketsPlugin" when it is named "TCPSockets" in the java file.

Finally, in the TCPSockets.java file the first line of code reads that the package is listed under "com.habel.plugin.sockets" while in the documentation it seems to be listed as "com.habel.sockets" - are these correct?

Thank you for the time and effort put into the project as a whole, and have a good day!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.