Skip to content
/ ticker Public

Proof of concept app for synchronization of events using NTP on Android devices.

Notifications You must be signed in to change notification settings

octohub/ticker

Repository files navigation

ticker

This app is a proof of concept that was the result of independent study exploring the viability of event synchronization on Android devices using the Network Time Protocol (NTP). We found that NTP is a possible option when attempting to sync audio or animations across multiple devices. Note that this source code is meant to work with the Nexus 5, Nexus 7, and Nexus 4 only. That is, all the timing for the animations are based on the sceen size and density of these devices specifically. It can be refactored to work on other devices, you will just have to do a little math.

For a quick demo, I recommend watching the proof of concept video linked below. We believe that the applications of NTP synchronization are endless, and our proof of concept only scratches the surface. For further explanation of our project, I recommend watching our presentation linked below, which was presented to the Boston College Computer Science Department in 2015.

Presentation: https://www.youtube.com/watch?v=8r3fQKZwir0
Proof of Concept: https://www.youtube.com/watch?v=iItBvCck4jo
Presentation Deck: https://docs.google.com/presentation/d/1Ou8RruM6wZLh7PLiSi1WKggtPNq1AN9eORg3n0nN9Us/edit?usp=sharing

The MIT License (MIT)

Copyright (c) 2014 Richard Lucas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Adding commit to ensure this is in https://archiveprogram.github.com/.

About

Proof of concept app for synchronization of events using NTP on Android devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages