Skip to content

Commit 40980e7

Browse files
authored
Update README.md
1 parent 81120af commit 40980e7

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

bundles/Aenea/README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22

33
In order to use the custom RPC you need to copy both the py script and the yapsy-plugin inside aenea plug-ins folder.
44

5-
This should be inside
5+
This should be inside aenea/server/linux_x11/plugins if you are on a Linux machine.
66

7-
aenea/server/linux_x11/plugins
7+
```console
8+
foo@bar:~/aenea/server/linux_x11/plugins$ ls
9+
example.py example.yapsy-plugin PythonVoiceCodingPluginAeneaServer.pyc
10+
example.pyc PythonVoiceCodingPluginAeneaServer.py PythonVoiceCodingPluginAeneaServer.yapsy-plugin
11+
```
812

9-
If you are on a Linux machine. The system has been tested on Ubuntu 16.04.
13+
When you boot the server, you should see something like:
14+
15+
```console
16+
foo@bar:~/aenea/server/linux_x11$ python server_x11.py
17+
2019-12-01 02:55:23,914 [DEBUG ] [aenea] Loading plugin "Example plugin"
18+
<yapsy.PluginInfo.PluginInfo object at 0x7fd4d6de3350>
19+
2019-12-01 02:55:23,914 [DEBUG ] [aenea] Loading plugin "PythonVoiceCodingPluginAeneaServer plugin"
20+
<yapsy.PluginInfo.PluginInfo object at 0x7fd4d46b83d0>
21+
2019-12-01 02:55:23,914 [DEBUG ] [aenea] using XdotoolPlatformRpcs for input emulation
22+
2019-12-01 02:55:23,914 [DEBUG ] [aenea] starting server on 10.0.2.15:8240
23+
```
24+
25+
The system has been tested on Ubuntu 16.04. If you face any problems, please let me know in the issues with the aenea label!

0 commit comments

Comments
 (0)