Skip to content

Commit 4afb41e

Browse files
committed
2 parents c501eff + 89a54b1 commit 4afb41e

3 files changed

Lines changed: 14 additions & 43 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

Images/Terminal-Image.png

7.26 KB
Loading

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# ArtNetTimecodeConsole
1+
# ArtNetTimecodeConsole v1.0
22
![.NET Core](https://github.com/hossimo/ArtNetTimecodeConsole/workflows/.NET%20Core/badge.svg)
33

4+
![Example Image](Images/Terminal-Image.png)
5+
46
A simple .NET Core Console Application to send Art-Net Timecode
7+
8+
## Syntax
9+
`ArtNetTimecode [ip]`
10+
11+
**ip** - (optional) if included ArtNetTimecode is unicast to the IP address, else ArtNetTimecode will be broadcast (255.255.255.255)
12+
13+
## Notes
14+
15+
In this version the local computers *time of day* will be used for the ArtNetTimecode output.
16+
17+
The Included macOS executable needs to be made executable due to an issue with the way github packages files. To make the file executable by both the user and group that own the file enter the following in the extracted folder `chmod ug+x ArtnetTimecode`. then you can run the application from terminal by running `./ArtNetTimecode`; However, because this application is not code signed or notarized, running from the terminal will likly fail the first time. In order to run the application after making it executable right (or option click) and choose Open then choose open again to allow the application to run.

0 commit comments

Comments
 (0)