A Roku channel that "tags" (as in graffiti) its IP address to a server.
images | Update artwork, add splash screens. | 2016-04-19 20:39:20 |
---|---|---|
source | Add reference to the corresponding server code, too. | 2016-09-09 12:52:40 |
.gitignore | Remove some test manifest entries. Add a .gitignore to ignore the built channel. | 2016-01-31 13:40:31 |
LICENSE.txt | Using the MIT license. | 2016-02-22 01:29:26 |
Makefile | Use default certificates file with accepted root certs. | 2016-04-19 13:28:34 |
README.md | Add link to settings file in README.md | 2016-09-09 15:52:17 |
ip_tagger.sublime-project | first commit | 2016-01-29 23:04:42 |
manifest | Add reference to the corresponding server code, too. | 2016-09-09 12:52:40 |
IP Tagger is a test channel for Roku devices. It uses the BrightScript language.
You can get a copy of this project by clicking on the ZIP or TAR buttons near the top right of the GitList web page.
If you're me, and you want to contribute to the repo, then you can clone it like so:
git clone ssh://USERNAME@dlma.com/~/git/roku_ip_tagger.git
In the source directory, move the file "settings.brs.sample" to "settings.brs" and update its url
and auth
fields.
Ensure you can sideload a dev channel. Then see the "build_systems" command in ip_tagger.sublime-project to see how the channel is zipped and deployed.
Here's the corresponding server code.
Yes.
This software uses the MIT license.