Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
A software to utilize your PC as a scoreboard.

FreeScoreBoard7 is splittet into several components:
- A http / websocket server written c#
- The scorboard itself written in React.js
- the control user interface written in React.js
- The SQLite Datebase
- A http / websocket server, written in c#
- The scoreboard itself, written in React.js
- the control user interface, written in React.js
- The SQLite Database

Based on the Server Client concept, the scoreboard and the control user interface is running on each device which has an browser and is connected to the Network.
Based on the Server Client concept, the scoreboard and the control user interface is running on any device which has an browser and is connected to the Network.
The server does need a Windows PC.
The server is using two special Windows APIs for a very exact timer and to play audio files without media player.
Therfoer the server is only running on Windows. Sorry to all Linux and Mac users.
Therefore the server is only running on Windows. Sorry to all Linux and Mac users.

The technical idae is a application which has a server based state.
When the state on the sever is changeing, the controler page as well as the scorboard display page is re-rendered.
Each click on a control on the controler page is sending a command to the server.
The technical idea is an application which has a server based state.
When the state on the sever is changing, the controller page as well as the scoreboard display page is re-rendered.
Each click on a control on the controller page is sending a command to the server.
The server is changing the state and is pushig it to all connected clients.
So, each client is doing a re-rendering.
The communication between client and server is realized via websocked.

To support also setups with local connected LED boards, it is necesary to define a location and size of the dispaly window.
This is difficult do realize with a browser.
Therefore I implemented chomium (cef-sharp) with a local form.
To support also setups with local connected LED boards, it is necessary to define a location and size of the display window.
This is difficult to realize with a browser.
Therefore I implemented chromium (cef-sharp) with a local form.

Dependencies:

server:
- cef-sharp
- sqLite
- EntietyFramework
- EntityFramework
- FastMember

display page:
- react-interactjs
- react-interact.js
- react-ticker

control page:
Expand All @@ -44,4 +44,4 @@ control page:
- react-color
- react-datetime
- react-icons
- react-to-print
- react-to-print