This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice | |
| stun: | |
| stun.l.google.com:19302, | |
| stun1.l.google.com:19302, | |
| stun2.l.google.com:19302, | |
| stun3.l.google.com:19302, | |
| stun4.l.google.com:19302, | |
| stun.ekiga.net, | |
| stun.ideasip.com, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <jni.h> | |
| #include <errno.h> | |
| #include <EGL/egl.h> | |
| #include <GLES/gl.h> | |
| #include <android/sensor.h> | |
| #include <android/log.h> | |
| #include <android_native_app_glue.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| Wireshark Dissector for Qualcomm MSM Interface (QMI) Protocol v0.1 | |
| Copyright (c) 2012 Ilya Voronin <ivoronin@gmail.com> | |
| Based on Code Aurora Forum's BSD/GPL licensed code: | |
| http://www.codeaurora.org/contribute/projects/gobi/ | |
| Short howto for using this script: |