Go to file
2021-08-04 14:56:37 +02:00
.vscode Hint containing the Template File for the Author Comments 2020-08-30 09:44:46 +02:00
bin removing unused tools 2021-01-21 16:21:59 +01:00
lib fixing and adding mqtt 2021-08-04 14:56:37 +02:00
modules Exit of we fail to connect 2021-07-30 07:49:48 +02:00
open-api Adding Cli-Tools 2020-11-09 15:28:09 +01:00
pages Fixing ui 2021-07-30 07:50:02 +02:00
public/nope changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
resources Fixing ui 2021-07-30 07:50:02 +02:00
specs initial commit 2020-08-19 08:36:59 +02:00
test Adding Helpers to uninstall services etc. Fixing AMQP-Parallel example 2021-06-07 08:00:14 +02:00
.dockerignore adding docker files 2021-01-21 15:32:51 +01:00
.eslintrc.json implement keep alive 2020-12-05 02:28:33 +01:00
.gitignore templates for services 2021-01-08 09:10:23 +01:00
00-install-all-services.bat Adding start command 2021-07-29 15:29:19 +02:00
00-install-nope.bat Rename File 2021-07-29 15:49:28 +02:00
00-restart-all-services.bat Adding restarter 2021-07-29 15:30:22 +02:00
00-start-all-services.bat Adding start command 2021-07-29 15:29:19 +02:00
00-uninstall-all-services.bat Adding Helpers to uninstall services etc. Fixing AMQP-Parallel example 2021-06-07 08:00:14 +02:00
01-compile.bat fixing installer and compiler 2021-01-21 16:25:43 +01:00
02-compile - ui.bat Adding Helpers 2020-08-25 11:03:16 +02:00
03-start-dev.bat Fixing Helpers 2020-09-07 10:27:26 +02:00
03-start-production.bat Fixing Helpers 2020-09-07 10:27:26 +02:00
04-main-server.bat Adding small helpers 2021-01-08 16:58:10 +01:00
04-main.bat zwischenstnde 2021-05-20 09:55:56 +02:00
05-WAMO-Demo.bat Arbeitsstand 2021-04-14 11:58:41 +02:00
06-WAMO-Installer.bat Adding additional Start Command 2021-07-29 15:27:35 +02:00
07-WAMO-Update.bat removing logs 2021-07-29 16:07:26 +02:00
auto-installer.bat Adding new Layer settings 2021-03-12 08:34:22 +01:00
Dockerfile adding docker files 2021-01-21 15:32:51 +01:00
jsdoc.json updating nextjs and adding font-awesome 2020-10-27 20:22:41 +01:00
LICENSE Initial commit 2020-08-18 21:34:51 +02:00
next-env.d.ts Updating NPM 2021-07-27 12:55:02 +02:00
next.config.js changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
nopeconfig.json Moving Files and fix the Server Architecture 2020-11-12 17:07:05 +01:00
package-lock.json Fixing communication. Adding interact-tool 2021-07-28 10:42:30 +02:00
package.json Fixing communication. Adding interact-tool 2021-07-28 10:42:30 +02:00
PREPARE_VSCODE.md Adding hints for Python 2021-03-19 13:18:41 +01:00
README.md zwischenstnde 2021-05-20 09:55:56 +02:00
tsconfig.json fixing formats 2020-11-24 15:14:56 +01:00
tsconfigBackend.json fixing formats 2020-11-24 15:14:56 +01:00

No Programming Environment - NoPE

NoPE provides the basics for a distributed system. The NoPE basically links all modules to a system. It hides the distribution. The modules can run on multiple nodes (computation nodes) and NoPE takes care of coupling them, executing services and subscribing to events etc.

In Addtion, NoPE provides a basic concept for a front-end. This front-end will run on next.js.

Nope is availabel in multiple Programming-Languages:

  • nodejs
  • python

Installation.

Installing using Batch-File (Windows ONLY)

This approach works on windows only.

To install NoPE just extecute the 00-install.bat-Batch-File in the root-directory.

Manual Installation

Make shure you run the following tasks

  1. npm install
  2. npx tsc -p ./tsconfigBackend.json --pretty
  3. npm link

Usage

NoPE - Command Line Interface.

After installation you can use the following cli-tool:

nope-js

Please select the option you want. Therefore add one of the following options:

  • help - Opens the Help
  • run - Start a NoPE-Backend.
  • init - Initialize a new project. This project is empty.
  • scan - Trys to update the configuration file.