name mode size
components 040000
images 040000
posters 040000
source 040000
.gitignore 100644 42B
LICENSE.txt 100755 1.09kB
Makefile 100755 408B
README.md 100755 1.32kB
ip_tagger.sublime-project 100755 714B
manifest 100755 264B
README.md
# IP Tagger IP Tagger is a test [channel for Roku devices](https://sdkdocs.roku.com/display/sdkdoc/SceneGraph+Samples). It uses SceneGraph and the BrightScript language. # Getting the project You can get a copy of this project by clicking on the [ZIP](https://git.dlma.com/roku_ip_tagger.git/zipball/main) or [TAR](https://git.dlma.com/roku_ip_tagger.git/tarball/main) 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 # Building it In the components directory, move the file "[settings.xml.sample](https://git.dlma.com/roku_ip_tagger.git/blob/main/components/settings.xml.sample)" to "settings.xml" and update its `url` and `auth` fields. [Ensure you can sideload a dev channel](https://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application). Then see the "build\_systems" command in ip\_tagger.sublime-project to see how the channel is zipped and deployed. # Corresponding Server Code Here's [the corresponding server code](https://git.dlma.com/kvs.git/). # Is it any good? [Yes](https://news.ycombinator.com/item?id=3067434). # Licence This software uses the [MIT license](https://git.dlma.com/roku_ip_tagger.git/blob/main/LICENSE.txt).