1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/Usage.md

58 lines
1.4 KiB
Markdown
Raw Normal View History

2015-08-09 23:58:03 +02:00
# Usage {#usage}
2016-06-08 23:21:42 +02:00
VILLASnode (`villas node`) expects the path to a configuration file as a single argument.
2016-06-08 23:21:42 +02:00
Usage: ./villas-node CONFIG
2015-12-11 19:20:50 +01:00
CONFIG is a required path to a configuration file
2016-06-08 23:21:42 +02:00
VILLASnode 0.1-d7de19c (Jun 4 2014 02:50:13)
2015-12-11 19:20:50 +01:00
Copyright 2015, Institute for Automation of Complex Power Systems, EONERC
Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
The server requires root privileges for:
2015-12-11 19:20:50 +01:00
- Enable the realtime FIFO scheduler
- Increase the task priority
- Configure the network emulator (netem)
- Change the SMP affinity of threads and network interrupts
## Step-by-step
1. Start putty.exe (SSH client for Windows)
- Should be already installed on most systems
- Or load .exe from this website (no installation required)
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
2016-06-08 23:21:42 +02:00
2. Connect to VILLASnode
2015-12-11 19:20:50 +01:00
| Setting | Value |
| :------- | :-------------- |
| IP | 130.134.169.31 |
| Port | 22 |
| Protocol | SSH |
| User | root |
| Password | *please ask msv |
2016-06-08 23:21:42 +02:00
3. Go to VILLASnode directory
2016-06-08 23:21:42 +02:00
$ cd /villas/
4. Edit configuration file
2015-08-09 23:58:03 +02:00
$ nano etc/opal-test.conf
- Take a look at the examples and documentation for a detailed description
- Move with: cursor keys
- Save with: Ctrl+X => y => Enter
5. Start server
2016-06-08 23:21:42 +02:00
$ villas node etc/opal-test.conf
6. Terminate server by pressing Ctrl+C
7. Logout
2015-08-09 23:58:03 +02:00
$ exit