Skip to main content

A server for NEST Simulator with REST API

Project description

NEST Server

A server with REST API and scripts for NEST simulator

nest-logo

Introduction

NEST Server starts a server interacting with NEST Simulator. It can be installed on a local machine, on a remote machine (e.g. server, cloud, cluster computer, supercomputer) or in a session management (e.g. Docker, Singularity).

Setup

To install NEST Server:

pip3 install nest-server

Usage

To start NEST Server in terminal:

nest-server start [-h 127.0.0.1 -p 5000]

Alternatively, to start NEST Server in Python interface (e.g. IPython, Jupyter): Note: Flask 0.12.4 is working with this.

from nest_server import app
app.run(host='127.0.0.1', port=5000)

License MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nest-server-2.0.4.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

nest_server-2.0.4-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page