Nest Desktop App



  1. Nest Desktop App Download Free
  2. Nest Thermostat Desktop App
  • NEST Desktop is a web-based GUI application for NEST Simulator, an advanced simulation tool for the computational neuroscience. The app enables the rapid construction, parametrization, and instrumentation of neuronal network models.
  • The Nest app is no exception. Control your Nest Learning Thermostat, arm and disarm your Nest Secure alarm system, see your home with Nest Cam, and know if Nest Protect goes off - all in one place.

A NEST Desktop application

An interactive desktop application for the NEural Simulation Tool.

The Nest app lets you set up, control, and check the status of your Nest products. To be able to use the Nest app, your phone, tablet, wearable, TV, or computer needs to meet some minimum. Battle.net ® Desktop App is being downloaded! If your download didn't start, try again. Neat Desktop Scanner Software v5.7.1 Full. Before you install this, disconnect from the internet as some people have had an issue where when connected, will trigger a prompt for a subscription. I would stay disconnected during the initial setup when opening the software also. I have updated the link as some people had an issue downloading it.

To install this application you'll need Node.js (which comes with npm) and Electron installed on your computer. Required version for node at least v6.10.xx and npm v3.10.xx.

If you simulate nest locally, you need nest-server-simulation installed on your computer. The application running with NEST v2.10 has been tested. For recording input device directly, use NEST v2.14 or higher.

Desktop

Nest Desktop App Download Free

To install requirements

Ubuntu

Desktop

Install git with sudo

Install nodejs with sudo

or compile from source code Note that nodejs should be removed if you want to install node from source code.

To install NEST Desktop

Clone nest-desktop from github.

Install required dependencies for nest-desktop.

To update NEST Desktop

pull the latest version of nest-desktop from github (in nest-desktop folder).

Updated or install required dependencies for nest-desktop.

To start

Nest-desktop communicates with the nest-server-simulation to run the NEST simulation. Note: Make sure that the nest-server-simulation is running.

Nest Thermostat Desktop App

Start the app in nest-desktop folder.

By default data and configurations are stored in $HOME/.nest-desktop.Optional: Before you start the app, you can define the enviroment variable for the nest-desktop data

To build a package for linux (x64)

To configure

A simple configuration handling for your the nest-desktop application.All configuration files are stored in $NESTDESKTOP_DATA/config/.

For the app

The configuration for the app is saved as app.json file.

Database

Nest-desktop stores data of the network in the database but without any simulation results to keep space low.

The database name will be generated in the initialization step. User is able to edit the database name but it should be treated with respect.

Remoted server

If you want to contribute your networks to the server, edit username, password as well as host and port of the remoted database.

Nest simulation server

To edit the host and port if the nest simulation server operates on other computer.

For the window interface with electron

The configuration for the electron is saved as electron.json file.

Window configuration

The application create a window with these window properties - width, height, frame, fullscreen or debug mode.

FAQ (Linux)

App

Why is the app not working?

First, make sure that you (re)installed all required npm packages (npm install).

If it is still not working, the configuation or database may be deprecated. In this case, delete the all files in $NESTDESKTOP_DATA, then restart the app.

Where are the data of simulation stored?

Data of the simulations are stored as NeDB database in $NESTDESKTOP_DATA/*.db.

Where are the protocols of simulation stored?

Protocols of the simulations are stored as NeDB database in $NESTDESKTOP_DATA/protocols/*.db.

Where are the thumbnails of simulation stored?

Thumbnails of the simulations are stored in $NESTDESKTOP_DATA/images/.

Why is the protocol not working?

Desktop

Just remove files in $NESTDESKTOP_DATA/protocols/.

How can I update the thumbnails?

Just click the button 'capture screen' or remove image files in $NESTDESKTOP_DATA/images/ and then resimulate.

How can I reload the window?

Keybinding to reload the app is 'CTRL + R'.

How can I close the window?

Keybinding to close the window is 'CTRL + W'.

What are S, R and N in colored nodes stand for?

These node elements are grouped in stimulator (S), neurons (N) and recorder (R).

License MIT