Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 588 Bytes

NEST Client -- A client for the NEST Server

This repository contains a simple and generic Python-based client to talk to talk to the NEST Simulator via its REST-based interface NEST Server.

The client can either be installed using python3 setup.py install --user or, as the client is implemented in a single file, by just copying the file nest_client/nest_client.py to your project.

The directory examples holds some examples that demostrate the usage of the client.