Skip to content

bwysocki/BL

Repository files navigation

ActiveMQ
	http://localhost:8161/admin

Mongo
	mongod --dbpath mongodb/data/db
	use bl
	db.bl.insert({
		_id: 412662,
		fps: 20,
        model : 0,
        logoColor: "#7f7f7f",
        threshold: 15,
        thresholdChecked: false
	});
	
BL-client:
	npm install
	bower install
	typings install
	npm install -g protractor
	webdriver-manager update
	webdriver-manager start
	gulp
	http://localhost:3000/index.html

BL-server
	npm install
	node server.js
	http://localhost:3001/updateinfo
	
BL-soap
	http://localhost:3002/ws/configuration.wsdl
	mvn spring-boot:run
	

About

Augmented reality with ARToolKit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published