Socket
Socket
Sign inDemoInstall

aframe-webthing

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

.dockerignore

4

example/aframe/package.json
{
"name": "aframe-webthing-example",
"version": "0.0.0",
"version": "0.0.3",
"description": "Server for testing",

@@ -9,3 +9,3 @@ "main": "example.js",

},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"author": "Philippe Coval <rzr@users.sf.net> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",

@@ -12,0 +12,0 @@ "repository": {

{
"name": "aframe-webthing-iotjs-example",
"version": "0.0.1",
"version": "0.0.3",
"description": "Basic minimal webthing",

@@ -10,3 +10,3 @@ "main": "index.js",

},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"author": "Philippe Coval <rzr@users.sf.net> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",

@@ -13,0 +13,0 @@ "repository": {

{
"name": "aframe-webthing-node-example",
"version": "0.0.1",
"version": "0.0.3",
"description": "Basic minimal webthing",

@@ -9,3 +9,3 @@ "scripts": {

},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"author": "Philippe Coval <rzr@users.sf.net> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",

@@ -12,0 +12,0 @@ "repository": {

{
"name": "aframe-webthing",
"version": "0.0.2",
"version": "0.0.3",
"description": "Bind webthings to XR",

@@ -9,3 +9,3 @@ "main": "index.js",

},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"author": "Philippe Coval <rzr@users.sf.net> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",

@@ -12,0 +12,0 @@ "repository": {

# AFRAME-WEBTHING #
[![GitHub forks](https://img.shields.io/github/forks/rzr/aframe-webthing.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/rzr/aframe-webthing/network/)
[![license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](LICENSE)
[![NPM](https://img.shields.io/npm/v/aframe-webthing.svg)](https://www.npmjs.com/package/aframe-webthing)
[![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.com/client/irc.freenode.net/#tizen)
[![GitHub forks](
https://img.shields.io/github/forks/rzr/aframe-webthing.svg?style=social&label=Fork&maxAge=2592000
)](
https://GitHub.com/rzr/aframe-webthing/network/
)
[![license](
https://img.shields.io/badge/license-MPL--2.0-blue.svg
)](LICENSE)
[![NPM](
https://img.shields.io/npm/v/aframe-webthing.svg
)](
https://www.npmjs.com/package/aframe-webthing
)
[![](
https://data.jsdelivr.com/v1/package/npm/aframe-webthing/badge
)](
https://www.jsdelivr.com/package/npm/aframe-webthing
)
[![IRC Channel](
https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg
)](
https://kiwiirc.com/client/irc.freenode.net/#iot
)
## ABOUT: ##
## ABOUT ##
AFrame-Webthing is a webcomponent that bind properties of physical devices to virtual models.
AFrame-Webthing is a webcomponent that bind
properties of physical devices to virtual models.
[![aframe-webthing](https://image.slidesharecdn.com/aframe-webthing-20190710-190710195750/95/aframewebthing20190710-27-638.jpg)](https://speakerdeck.com/rzr/aframe-webthing-20190710rzr# "aframe-webthing")
[![aframe-webthing](
https://image.slidesharecdn.com/aframe-webthing-20190710-190710195750/95/aframewebthing20190710-27-638.jpg
)](
https://speakerdeck.com/rzr/aframe-webthing-20190710rzr#
"aframe-webthing")
## USAGE ##
## USAGE: ##
As reference example we'll use simulator devices from webthing SDK,

@@ -21,5 +44,4 @@ but it's mosty same if deployed on actual devices,

### USING IOT.JS ###
### USING IOT.JS: ###
```sh

@@ -40,3 +62,3 @@ make -C example/webthing-iotjs start &

### USING NODE.JS: ###
### USING NODE.JS ###

@@ -66,3 +88,3 @@ ```sh

### XR FROM THE WEB: ###
### XR FROM THE WEB ###

@@ -80,10 +102,10 @@ For our developement purposes we used local filesystem (file:// scheme),

# Or you could use a public server (on http):
x-www-browser 'http://rzr.github.io/aframe-webthing?useWs=no&verbose=yes'
x-www-browser 'http://rzr.github.io/aframe-webthing?useWs=no&verbose=yes'
```
URL can be accesed from VR Headset like GearVR,
just type the URL from SamsungInternet in VR mode (aka sVRbrowser).
## SUPPORT ##
## SUPPORT: ##
* Samsung Internet on GearVR (sVRbrowser)

@@ -93,12 +115,16 @@ * MagicLeap ML1 OS Version 0.96.1. ML Helio 0.5.5

[![#aframe-webthing-0.0.2
](https://pbs.twimg.com/media/EAaIYzvXUAAq73_?format=jpg&name=small)
](https://twitter.com/utopiah/status/1154760317546762240#aframe-webthing-0.0.2#
](
https://pbs.twimg.com/media/EAaIYzvXUAAq73_?format=jpg&name=small
)
](
https://twitter.com/utopiah/status/1154760317546762240#aframe-webthing-0.0.2#
"aframe-webthing-0.0.2")
## RESOURCES ##
## RESOURCES: ##
* <http://rzr.github.io/aframe-webthing>
* <https://purl.org/aframe-webthing>
* <https://purl.org/rzr/presentations>
* <https://www.npmjs.com/package/twins>
* <https://fosdem.org/2020/schedule/speaker/philippe_coval/>
* <https://en.wikipedia.org/wiki/Digital_twin>

@@ -105,0 +131,0 @@ * <https://github.com/rzr/webthing-iotjs/wiki/IotJs>

@@ -168,4 +168,4 @@ // -*- mode: js; js-indent-level:2; -*-

update: function(old) {
console.log('controler.update');
verbose('controler.update');
}
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc