Skip to content

jakubsta/distributed-mobile-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Areola - Distributed Mobile Camera (with React Native and Meteor)

Requirements:

  • node 5+
  • curl https://install.meteor.com/ | sh
  • npm i -g react-native-cli
  • npm i -g mupx (for deployment)

Install dependencies:

  1. cd meteor; npm install
  2. cd chat; npm install

Steps to run the app:

  1. cd meteor; meteor
  2. open chat/ios/chat.xcodeproj and run project in Xcode

If you want to run app on your phone, change ios config file chat/ios/chat/AppDelegate.m:

jsCodeLocation = [NSURL URLWithString:@"http://<YOUR_IP_ADDRESS>:8081/index.ios.bundle?platform=ios&dev=true"];

and path for meteor server chat/components/connect.js:

Meteor.connect('ws://<YOUR_IP_ADDRESS>:3000/websocket');

Deployment

  • cd meteor
  • mupx setup
  • mupx deploy

About

Distributed mobile camera (react-native, meteor, ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •