Go to file
Thierry Chantier 5996ee958b Merge branch 'master' of github.com:titimoby/connected 2016-11-17 16:24:17 +01:00
app folders changes and start working on a python server 2016-11-17 16:20:40 +01:00
jsserver folders changes and start working on a python server 2016-11-17 16:20:40 +01:00
pyserver folders changes and start working on a python server 2016-11-17 16:20:40 +01:00
textures initial commit 2016-09-30 09:34:33 +02:00
.gitignore basic mqtt/http bridge and call from minetest Lua 2016-10-01 23:39:35 +02:00
LICENSE Initial commit 2016-09-30 09:24:39 +02:00
README.md minor clean 2016-10-07 14:55:09 +02:00
index.html add link to github project 2016-11-17 16:22:09 +01:00
init.lua merge 2016-10-06 14:04:18 +02:00

README.md

Connected


This project aims at experimenting interaction between virtual and real worlds through connected objects.

There are 2 parts :

  • a LUA mod to be used in Minetest game
  • a nodejs application to serve as a bridge between Minetest and connected objects. (for the moment, it uses MQTT through Mosca)

  •                             .-.                             *
    
  •                          .-+   |                            *
    
  •                      .--+       '--.                        *
    
  •                     |  App nodejs   |                       *
    
  •                      '-------------'                        *
    
  •                           ^      ^                          *
    
  •                           |      |                          *
    
  •      .--------------------'      '-----------------.        *
    
  •      |                                             |        *
    
  •      v                                             v        *
    
  • .---------.                                   .--------.    *
    
  • |         |                                  | Microbit |   *
    
  • |         |                                  |          |   *
    
  • +---------+                                  |          |   *
    
  • /// _____ \\ | o o o o | *
  • '-------------' '--------' *
  • Minetest server *

nicer version is available here