Skip to content

yvni/cordova-plugin-chrome-apps-sockets-udp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom devalore fork repository

This plugin provides UDP sockets for Android , iOS and Windows (WUP).

Status

Beta on Android iOS and Windows.

Native source code functions and object usage ~ stands for objects

  • stands for functions ==============================================

android (.Java): ~ has timer object global. ~ has global timerTick object - create - bind - send - startInterval - updateIntervalData - stopInterval - close ios (.m): ~ has global timer pointer - has local tick function - create - bind - send - close - startInterval - stopInterval - updateIntervalData windows (.js): ~ has global json object for single socket info ~ has global json object for interval socket info - openSocket - send - closeSocket - startWinInterval - stopWinInterval - updateIntervalData

Reference

The API reference for ios and android is here. The APi reference for windows is [here] (https://github.com/Microsoft/Windows-universal-samples).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.9%
  • Java 29.6%
  • Objective-C 28.5%