Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr1n/whiteboard
Interactive whiteboard(C#, WCF, WPF)
https://github.com/dr1n/whiteboard
wcf wpf
Last synced: about 3 hours ago
JSON representation
Interactive whiteboard(C#, WCF, WPF)
- Host: GitHub
- URL: https://github.com/dr1n/whiteboard
- Owner: Dr1N
- Created: 2015-10-21T21:19:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T21:31:31.000Z (about 9 years ago)
- Last Synced: 2023-03-06T06:55:16.828Z (over 1 year ago)
- Topics: wcf, wpf
- Language: C#
- Homepage:
- Size: 1.72 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whiteboard
Interactive whiteboard(C#, WCF, WPF).
Language C#. Platform - .Net 4.5.Interactive Whiteboard: Server - many client.
Server - Teacher board (editor).
Client - Student board (listener).
Configuration - .config files or setting windows.Solution:
- BoardClient - Student application, listening to the teacher board.
- BoardEditor - Teacher application, edits and translates board (WCF service)
- BoardControls - Сommon controlsFunctions:
- translation of text and graphics
- scalable board
- top windows mode
- rich settings
- and more...