This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ FontStyle Underline
22
22
[ <u >nodecg-io-android] as nodecg_io_android <<service >> [[ https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-android ]]
23
23
[ <u >@rauschma/stringio ] as rauschma_stringio <<lib >> [[ https://www.npmjs.com/package/@rauschma/stringio ]]
24
24
[ <u >get-stream] as get_stream <<lib >> [[ https://www.npmjs.com/package/get-stream ]]
25
+ [ <u >nodecg-io-artnet] as nodecg_io_artnet <<service >> [[ https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-artnet ]]
26
+ [ <u >artnet-protocol] as artnet_protocol <<lib >> [[ https://www.npmjs.com/package/artnet-protocol ]]
25
27
[ <u >nodecg-io-curseforge] as nodecg_io_curseforge <<service >> [[ https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-curseforge ]]
26
28
[ <u >nodecg-io-dbus] as nodecg_io_dbus <<service >> [[ https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-dbus ]]
27
29
[ <u >dbus-next] as dbus_next <<lib >> [[ https://www.npmjs.com/package/dbus-next ]]
@@ -106,6 +108,8 @@ nodecg_io_ahk --> nodecg_io_core
106
108
nodecg_io_android ...> rauschma_stringio
107
109
nodecg_io_android ...> get_stream
108
110
nodecg_io_android --> nodecg_io_core
111
+ nodecg_io_artnet --> nodecg_io_core
112
+ nodecg_io_artnet ...> artnet_protocol
109
113
nodecg_io_curseforge ...> node_fetch
110
114
nodecg_io_curseforge --> nodecg_io_core
111
115
nodecg_io_dbus --> nodecg_io_core
Original file line number Diff line number Diff line change 6
6
[ ![ Bugs] ( https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square )] ( https://github.com/codeoverflow-org/nodecg-io/labels/bug )
7
7
[ ![ Pull Requests] ( https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square )] ( https://github.com/codeoverflow-org/nodecg-io/pulls )
8
8
<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->
9
- [ ![ Services] ( https://img.shields.io/static/v1?label=Services%20implemented&message=38 &color=blue&style=flat-square )] ( services.md )
9
+ [ ![ Services] ( https://img.shields.io/static/v1?label=Services%20implemented&message=39 &color=blue&style=flat-square )] ( services.md )
10
10
[ ![ License] ( https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square )] ( https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE )
11
11
[ ![ Discord] ( https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square )] ( https://discord.gg/sX2Gjbs/ )
12
12
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ Depends on [@rauschma/stringio](https://www.npmjs.com/package/@rauschma/stringio
28
28
Depends on [ get-stream] ( https://www.npmjs.com/package/get-stream ) @ ^6.0.1 <br >
29
29
Depends on [ nodecg-io-core] ( https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core ) @ ^0.2.0 <br >
30
30
31
+ ## [ nodecg-io-artnet] ( https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-artnet )
32
+
33
+ ** Allows you to send DMX512 data over Art-Net™ to to Art-Net nodes i.e. professional lighting fixtures.**
34
+
35
+ See the [ sample implementation] ( samples/artnet.md )
36
+
37
+ Depends on [ nodecg-io-core] ( https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core ) @ ^0.2.0 <br >
38
+ Depends on [ artnet-protocol] ( https://www.npmjs.com/package/artnet-protocol ) @ ^0.2.1 <br >
39
+
31
40
## [ nodecg-io-curseforge] ( https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-curseforge )
32
41
33
42
** A service to communicate with the CurseForge API.**
You can’t perform that action at this time.
0 commit comments