File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
In order to use the custom RPC you need to copy both the py script and the yapsy-plugin inside aenea plug-ins folder.
4
4
5
- This should be inside
5
+ This should be inside aenea/server/linux_x11/plugins if you are on a Linux machine.
6
6
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
+ ```
8
12
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!
You can’t perform that action at this time.
0 commit comments