Skip to content

indianajs/indianajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndianaJS

# IndianaJS
Work in progress, will arrive soon.

A spatial location and interaction library for Web-of-Things-enabled web sites.

Take a look at the PROJECT PAGE.

Check out some web-apps that use the library:

Feature overview

  • Relative location tracking
  • Device querying and scanning

Usage

	<script src="js/indiana.js"></script>
	
    <script>
        $('body').append("<div id='target'></div>");
        var okstring = 'OK';

        registerThingEvent('target', function() {
         $('#target').text(okstring);
        });

        indiana.initializeEventListeners();

        indiana.dispatchSpatialFocusEvent('target');

        assert.equal($('#target').html(), okstring);
    </script>
   

Demo Application

A demo application in form of the IoT-Radar is available HERE.

Please note that due to improper rendering support for SVGs in current WebKit browsers the demo may lag significantly. For the best experience, Firefox mobile is recommended. We are working to fix this issue by replacing the computation intensive svg fill operations by simple images until the software support reaches an acceptable level.

Authors and Contributors

Many Thanks to Jack Unseld (@junseld) and Till Riedel (@riedel)

The work (particularly on the screenreader support) was supported by funding from the European Union’s Seventh Framework Programme for research, technological development and demonstration under grant agreement no 610510. Visit GPII Developerspace to find more useful accessibility resources.

About

Development repository for IndianaJS library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published