Joel Wetzell
|
d316147411
|
align test err checking and logs
|
2026-03-02 20:53:00 -06:00 |
|
Joel Wetzell
|
3c6c50c914
|
add tests for midi and mqtt message create processors
|
2026-03-02 14:01:47 -06:00 |
|
Joel Wetzell
|
da516f5102
|
fix test wording
|
2026-03-02 14:01:32 -06:00 |
|
Joel Wetzell
|
1f88819428
|
use params methods iin mqtt.message.create
|
2026-03-02 14:01:20 -06:00 |
|
Joel Wetzell
|
df4f0f745d
|
fix GetByteSlice for params
|
2026-03-02 14:00:47 -06:00 |
|
Joel Wetzell
|
925873a124
|
add tests for midi.message.decode
|
2026-03-02 12:55:33 -06:00 |
|
Joel Wetzell
|
f68312ee84
|
standardize layout of bad tests
|
2026-03-02 12:34:46 -06:00 |
|
Joel Wetzell
|
cd1b5e1437
|
add tests for artnet packet encode/decode processors
|
2026-03-02 12:34:26 -06:00 |
|
Joel Wetzell
|
34af7d7aec
|
cleanup unnecessary use of floats
|
2026-03-02 12:34:06 -06:00 |
|
Joel Wetzell
|
df14024012
|
add convenience method for casting payloads
|
2026-03-02 12:06:42 -06:00 |
|
Joel Wetzell
|
af39c16f30
|
add more convenience functions for getting slices from params and add tests
|
2026-03-02 12:03:35 -06:00 |
|
Joel Wetzell
|
7d2a3225a7
|
make more error const for params config
|
2026-03-02 12:03:05 -06:00 |
|
Joel Wetzell
|
b5ffee022a
|
use GetStringSlice in osc.message.create
|
2026-03-02 12:02:27 -06:00 |
|
Joel Wetzell
|
cd264d9ed4
|
add function to get string slice from params
|
2026-03-02 09:07:31 -06:00 |
|
Joel Wetzell
|
9d14e5929f
|
wrap all payload types for expr env
|
2026-03-01 23:49:53 -06:00 |
|
Joel Wetzell
|
28a5d1ea90
|
wrap literal payloads into a struct for expr processors
|
2026-03-01 23:35:08 -06:00 |
|
Joel Wetzell
|
d90f103d00
|
add processor to filter using expr expression
|
2026-03-01 23:04:04 -06:00 |
|
Joel Wetzell
|
05b0de1dfd
|
remote http request/response encoding
|
2026-03-01 23:02:56 -06:00 |
|
Joel Wetzell
|
a2efed0ee2
|
add processor to pull method out of struct
|
2026-03-01 21:47:37 -06:00 |
|
Joel Wetzell
|
533fe150c8
|
add processor to pull field out of struct
|
2026-03-01 21:47:31 -06:00 |
|
Joel Wetzell
|
b653179e6d
|
add functions to test struct
|
2026-03-01 21:44:41 -06:00 |
|
Joel Wetzell
|
695cabf15e
|
move test struct to common place
|
2026-03-01 21:36:12 -06:00 |
|
Joel Wetzell
|
ccac116f8d
|
fix error message
|
2026-03-01 15:00:09 -06:00 |
|
Joel Wetzell
|
c298f63ffc
|
add convenience method to pull params from config
|
2026-03-01 14:57:19 -06:00 |
|
Joel Wetzell
|
183182e6cd
|
use control instead of controller in midi.message.create
|
2026-03-01 14:21:36 -06:00 |
|
Joel Wetzell
|
01f172dbee
|
Merge pull request #71 from jwetzell/feat/nats-server-module
add nats.server module
|
2026-03-01 13:18:28 -06:00 |
|
Joel Wetzell
|
20fd4170ed
|
handle param values that aren't from loading in JSON
|
2026-03-01 13:16:13 -06:00 |
|
Joel Wetzell
|
bcf9299505
|
remove nats message encode
|
2026-03-01 13:03:26 -06:00 |
|
Joel Wetzell
|
4f7820af5e
|
add basic nats server module
|
2026-03-01 13:02:55 -06:00 |
|
Joel Wetzell
|
abd37439c5
|
rework Route struct
|
2026-02-16 19:13:04 -06:00 |
|
Joel Wetzell
|
8c3f93b601
|
update tracer name for processor
|
2026-02-16 18:57:44 -06:00 |
|
Joel Wetzell
|
09b030efa6
|
rework otel tracer providing
|
2026-02-16 17:11:43 -06:00 |
|
Joel Wetzell
|
8cb2a0e9f0
|
add more tests for osc.message.create
|
2026-02-10 21:23:11 -06:00 |
|
Joel Wetzell
|
263943f4d6
|
add tests for osc.message.create and filter
|
2026-02-10 21:16:02 -06:00 |
|
Joel Wetzell
|
f9865765c6
|
fix test names for script.wasm
|
2026-02-10 21:15:52 -06:00 |
|
Joel Wetzell
|
e6aaffbb95
|
add error tests for script.wasm
|
2026-02-10 20:49:40 -06:00 |
|
Joel Wetzell
|
4526e805af
|
add basic tests for mqtt.message.encode
|
2026-02-09 23:18:19 -06:00 |
|
Joel Wetzell
|
1d8baa8c17
|
add function to create new MQTTMessage
|
2026-02-09 23:17:53 -06:00 |
|
Joel Wetzell
|
444093d375
|
add tests for error json decode/encode error scenarios
|
2026-02-09 22:28:55 -06:00 |
|
Joel Wetzell
|
a217b729cd
|
add tests for error script.wasm error scenarios
|
2026-02-09 22:28:34 -06:00 |
|
Joel Wetzell
|
ad76480008
|
add good/bad tests for time.sleep
|
2026-02-09 22:16:54 -06:00 |
|
Joel Wetzell
|
a408e281a3
|
standardize processor instance creation in tests
|
2026-02-09 22:09:48 -06:00 |
|
Joel Wetzell
|
f028634401
|
cleanup grammar on error messages
|
2026-02-09 21:29:12 -06:00 |
|
Joel Wetzell
|
961316d28b
|
add tests for invalid addr to net servers
|
2026-02-09 21:23:09 -06:00 |
|
Joel Wetzell
|
e22a941e4a
|
fix non returning error in udp server
|
2026-02-09 21:19:29 -06:00 |
|
Joel Wetzell
|
b0cffe819d
|
add more bad test for net servers
|
2026-02-09 21:14:02 -06:00 |
|
Joel Wetzell
|
0cdd1f6e6a
|
add bad creation tests for sip servers
|
2026-02-09 21:06:02 -06:00 |
|
Joel Wetzell
|
a9245ab88c
|
fix error message
|
2026-02-09 21:02:44 -06:00 |
|
Joel Wetzell
|
019624f152
|
add optional userAgent param to sip.dtmf.server
|
2026-02-09 20:51:03 -06:00 |
|
Joel Wetzell
|
90a3119fb8
|
fix variable name
|
2026-02-09 20:48:07 -06:00 |
|