Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mockgps | 553 | 3 years ago | 21 | gpl-3.0 | Java | |||||
Android application to fake GPS | ||||||||||
Gprs_c_sdk | 403 | 7 months ago | 260 | mit | C | |||||
Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK | ||||||||||
Gpmf Parser | 395 | 6 months ago | 14 | apache-2.0 | C | |||||
Parser for GPMF™ formatted telemetry data used within GoPro® cameras. | ||||||||||
Googleplayservicescomponents | 276 | 1,012 | 251 | 9 days ago | 74 | December 13, 2022 | 146 | other | C# | |
Oldx Fc_quadruped_quadrotor | 230 | 2 years ago | 1 | |||||||
OLDX_MocoMoco四足机器人开发平台 (每Star超过20更新 当日更新) Engilish Ver:https://github.com/golaced/OLDX-FC_QUADRUPED_QUADROTOR/tree/golaced-patch-1-en | ||||||||||
Oldx_fly_controller | 194 | 4 years ago | 1 | C | ||||||
多旋翼开源飞控 更新中 请Star支持一下 | ||||||||||
Samples Coronasdk | 60 | 5 months ago | 3 | Lua | ||||||
Sample code for Corona SDK. | ||||||||||
Udesksdk Ios | 56 | 2 | 2 months ago | 67 | December 09, 2021 | mit | Objective-C | |||
UdeskSDK-iOS | ||||||||||
Gps Sdk | 30 | 8 months ago | 6 | bsd-3-clause | ||||||
The official SDK for developers to use Bad Elf GPS accessories on iOS, Android, and Windows devices. | ||||||||||
Mocomoco_software | 25 | 3 years ago | ||||||||
四足机器人 固件集合 |
Traintracks Javascript SDK
TT.init(options: Object)
to intialize SDKTT.log(eventType: String, data: Object)
to send your event to Traintrackstoken: String
required your product keysecret: String
required your product secretbuild: String
required your product versionuserId: String
required current user IDuserName: String
required current user namesessionId: String
required session's IDdevice: String
optional device info, navigator.userAgent is used by defaultlatitude: Float
optional gps latitude of event. both latitude and longitude must be sent to enable geospatial querieslongitude: Float
optional gps longitude of event. both latitude and longitude must be sent to enable geospatial queriesendpoint: URL
optional server endpoint, default is http://api.traintracks.io/v1/events
print: Boolean
optional if print your event by console.log, false by defaultdry: Boolean
optional if bypass underlying requests, convenient for debugging, false by defaultFor an example on how to use this SDK, please see javascript/test/live-example.html