# whiteboard **Repository Path**: mirrors_chromium_gitlab_gnome/whiteboard ## Basic Information - **Project Name**: whiteboard - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GNOME Whiteboard ================ This is a shared whiteboard system. Initial implementation technologies Python GTK+ IRC xchat Cairo See #whiteboard on irc.gnome.org. Status ====== Currently the IRC transport is in the process of being finished. But you can play with the whiteboard in a peer-to-peer fashion by using direct TCP connections. Choose one person to be the server: whiteboard --transport=tcp:server:0.0.0.0:31337 And one person to be the client: whiteboard --transport=tcp:client:192.168.1.100:31337 Where 192.168.1.100 is the IP address of the server, and 31337 is the port.