Skip to content
/ nomad Public

the installer script to install the nomadic tools and configurations to the local debian installation.

Notifications You must be signed in to change notification settings

xorgnak/nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Nomad Network

The nomadic tool kit consists of a standard core of packages designed to get developers and infrastructure up and running as quickly as possible.

the manual

PLATFORM

the web app

  • technical features
    • blockchain backed click tracking and reporting.
    • gameified production and fulfillment incentives.
    • integrated interal comodities.
  • in plain english
    • clicks-by-campaign and clicks-by-post level reporting in real time.
    • ranks, badges, and levels based inerface and usage.
    • a click –> a token –> a product, service, franchise, or share of ownership –> a token.

rsvp

  • a digital calback card app.
  • install by qr scan or callback link.
  • features
    • call/sms direct link.
    • social link.
    • network badge.

user interface

  • installable progressive web app.
  • install by invite link.
  • features
    • recognizes network qrcodes and manages user profiles.
    • manages content of rsvp.
    • manages zones and waypoints within them.
    • manages social marketing content generation and hosting.

iot devices

cat

  • iot network io bridge
  • flashed custom to operator ssid, passkey, and userid
  • features
    • lora mesh beacon
    • mqtt client subscribed to userid, devids, and network telelmetry channels.
    • nomad network lora cw keyer.

turtle

  • iot network camera robot.
  • flashed custom to operator ssid and passkey.
  • streams ip camera footage over wifi network to be bridged at a local gateway box.
  • subscribes for telemetry controlling lights and movement.
  • features
    • two-wheeled robot.
    • ip camera.
    • flash.
    • rear light.

setup

run one of the following:

local raspberry pi

cd ~ && git clone https://github.com/xorgnak/nomad && cd nomad && ./nomad.sh install

cloud virtual machine

export EMAIL='[email protected]';
export DOMAINS='example1.com example2.com';
cd ~ && git clone https://github.com/xorgnak/nomad && cd nomad && ./nomad.sh install

edit the generated configuration file

export CLUSTER='vango.me';        # the nomad box we connect to for comms and telemetry
export NICK='nomad';              # device operator id
export EMAIL='[email protected]'; # certbot registration email
export DOMAIN_ROOT='';            # certbot certificate root
export BOX='true';                # true: local, false: cloud
export DOMAINS='';                # local domains
export PHONE_SID='';              # your twilio sid (optional)
export PHONE_KEY='';              # your twilio key (optional)
#export IOT='true';               # uncomment to install and enable the nomad iot tools
#export GUI="true";               # uncomment to install and enable the nomad gui
#export BONNET='true';            # uncomment to enable the pi-zero bonnet interface
#export MINE='true';              # uncomment to install and enable the duino-coin miner
#export MUSH='true';              # uncomment to install and enable the multi-user shared halusinaton
#export DEVS='true';              # uncomment to automatically proxy iot devices to local routes
#export COMMS='true';             # uncomment to install and enable comms
export MUMBLE=64738;              # the local mumble port
export OWNERSHIP='sponsor';       # network default: franchise | sponsor
export EXCHANGE='1';              # network default: tokens to dollars for sms xfers

edit the generated domain config file

export DOMAIN='';    # the local domain
export PHONE='';     # the local twilio phone number
export ADMIN='';     # the local admin phone number
export MUMBLE='';    # the local mumble port
export OWNERSHIP=''; # the local ownership definition
export EXCHANGE='';  # the local exchange rate
export SHARES='';    # the number of shares or franchises available
export XFER='';      # allow local scan xfers

reboot

connect

local raspberry pi (running as raspberrypi.local at 10.0.0.2)

  • ssh
ssh [email protected]
ssh [email protected]

cloud virtual machine

  • ssh:
ssh [email protected]

-app:

About

the installer script to install the nomadic tools and configurations to the local debian installation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published