-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Niklas Marion | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
# Photofinish Server | ||
|
||
Listet live alle Photofinish übersichtlich auf einer Webseite auf. JPG Dateien werden aus dem Ordner public/images geladen und auf ITPC Daten geprüft welche von der Omega Photofinish Software gesetzt werden können. Für dieses Projekt muss der Laufname in das ObjectName Feld geschrieben werden und die Startzeit in das Headline Feld. Die dafür angepasst Datei [pictureTags.iptc](pictureTags.iptc) muss zur Nutzung in den Ordner C:\OSV-Star\Template gelegt werden. | ||
PhotoFinish Server is a platform designed for real-time publishing of photofinish images to the public. This system utilizes embedded metadata within the images to provide viewers with comprehensive information, including race results, reaction times, and windspeed, all seamlessly integrated with the image. | ||
|
||
![OSV Settings](docs/osv_settings.png) | ||
[Live Demo](https://photofinish.lcrehlingen.de/58.%20Pfingstsportfest_28052023) | ||
|
||
Das Verzeichnis für den Export sollte entsprechend angepasst werden damit die Bilder von nextjs gefunden werden können. | ||
## Built with | ||
|
||
- [Remix](https://github.com/remix-run/remix) | ||
- [Exifr](https://github.com/MikeKovarik/exifr) | ||
- [Chokidar](https://github.com/paulmillr/chokidar) | ||
- [socket.io](https://github.com/socketio/socket.io) | ||
|
||
![Overview](docs/overview_page.png) | ||
## License | ||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details | ||
|
||
![Competition](docs/competition_page.png) | ||
<p align="center"> | ||
<img alt="Haha yes " width="250px" src="https://i.imgur.com/5bXJeZt.png"> | ||
<br> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters