This commit is contained in:
Joel Wetzell
2026-05-17 21:12:04 -05:00
parent 69bc31d3f1
commit 8e6cd58006
82 changed files with 642 additions and 450 deletions
+10 -10
View File
@@ -1,21 +1,21 @@
---
title: Dictionary
sidebar:
label: Dictionary
order: 2
label: Dictionary
order: 2
---
- **router**: throughout documentation I will use the term router to refer to a configured/running instance of showbridge
- **modules**: modules are configured instances that can produce or consume message like a TCP server or a UDP client
- **routes**: routes take messages coming from a module (input), pass the
- **processors**: processors process messages, this can be anything such as:
- [decoding bytes into a string](/processors/string/decode)
- [creating random numbers](/processors/int/random)
- [filtering OSC message](/processors/osc/message/filter)
- [running custom JavaScript snippets](/processors/script/js)
- **processors**: processors process messages, this can be anything such as:
- [decoding bytes into a string](/processors/string/decode)
- [creating random numbers](/processors/int/random)
- [filtering OSC message](/processors/osc/message/filter)
- [running custom JavaScript snippets](/processors/script/js)
import { Aside } from '@astrojs/starlight/components';
import { Aside } from "@astrojs/starlight/components";
<Aside type="note">
Router output is also handled by [a processor](/processors/router/output)!
</Aside>
Router output is also handled by [a processor](/processors/router/output)!
</Aside>
+6 -5
View File
@@ -1,13 +1,14 @@
---
title: Overview
sidebar:
label: Overview
order: 1
label: Overview
order: 1
---
showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) taken way too far.
### Included Modules
- HTTP
- server
- UDP
@@ -28,7 +29,7 @@ showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) take
- call server
- [DTMF](https://en.wikipedia.org/wiki/DTMF_signaling) server
- MIDI
- input (not included in pre-built binaries yet)
- output (not included in pre-built binaries yet)
- input (not included in pre-built binaries yet)
- output (not included in pre-built binaries yet)
- Serial
- client (not included in pre-built binaries yet)
- client (not included in pre-built binaries yet)