Skip to content

sungsoo/smap

 
 

Repository files navigation

sMAP 'unitoftime' branch

This branch is the opposite of production ready. Nevertheless it passes unit tests that don't require operators. Any non-trivial operators will fail as that code has not been written yet (I've been prioritising writing unit tests that pass on the main branch first)

In order for the archiver to work, you need to be running the 'adaptive' branch of readingdb. Which is also not production ready. (We like to have fun here).

https://softwaredefinedbuildings.github.io/smap/

SMAP

https://softwaredefinedbuildings.github.io/smap/

Getting Started

Installation

Python

To setup a clean environment, create a new python virtual environment with:

virtualenv venv

Before proceeding with installation, make sure you've sourced the virtual environment with source venv/bin/activate.

You must install the dependencies listed in requirements.txt before installing smap. Do this by issuing the following:

pip install -r osx_requirements.txt

After the dependencies are installed, run the installation:

python setup.py install

About

smap - Simple Measurement and Actuation Profile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.8%
  • C 15.4%
  • Java 2.3%
  • TeX 1.9%
  • R 1.1%
  • HTML 0.5%
  • Other 1.0%