Dear All, As described by GUACAMOLE-2044, I am busy implementing native support to be able to communicate over a data-diode architecture. Already implemented a new socket DDGuacamoleSocket and the Reader and Writer for this socket. The next step is to instantiate this socket based on the guacd settings that are made in connection settings by the user. Adding the possibility to communicate over a data-diode architecture with guacd. Therefore I would like to add it to the guacd settings of the connection.
I hope someone is able to give me directions, while I still haven't found out how to do that. The following questions I have: - How can I add configuration variables to the connection settings in the web GUI? - At which points should I instantiate the socket appropriately? - I see that the socket is instantiated here guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java - But I also see the socket is created here extensions/guacamole-auth-json/src/main/java/org/apache/guacamole/auth/json/connection/ConnectionService.java Thanks, Maurice
