The Opportunistic Network Environment simulator.
For introduction and releases, see the ONE homepage at GitHub.
For instructions on how to get started, see the README.
The wiki page has the latest information.
Cloned from : https://github.com/akeranen/the-one
Install Postgres: brew install postgresql
Create/Upgrade a database: initdb /usr/local/var/postgres -E utf8
start posgtres: pg_ctl -D /usr/local/var/postgres start
stop postgres: pg_ctl -D /usr/local/var/postgres stop