!!!rdgw on OpenBSD 7.5 ARMv7 on BBB {{category OpenBSD,nolink}}[rdgw|https://github.com/tamx/rdgw] は Microsoft の Remote Desktop Protocol を中継する Gateway サーバー の Go 実装。 ただ、rdgw には TLS 実装がないので、[centrifuge|https://github.com/tamx/centrifuge] などで TLS 接続の処理を行う必要がある。 これによって、HTTP(S) 経由で リモート デスクトップ のクライアントから接続が可能になる。 [BeagleBone Black|https://beagleboard.org/black] に入れた、[OpenBSD|https://www.openbsd.org/] で、ゲートウェイ サーバを構築する。 * GitHub - tamx/rdgw ** https://github.com/tamx/rdgw * GitHub - tamx/centrifuge ** https://github.com/tamx/centrifuge * 自作プログラム rdgw の紹介 ** https://zenn.dev/greek_academy/articles/article20240321-rdgw !!!ビルド・インストール