Commit Graph

628 Commits

Author SHA1 Message Date
Joel Wetzell
ed4f7dc1f7 switch to using only TCPConn in net.tcp.server 2025-12-06 10:58:18 -06:00
Joel Wetzell
190bdd8b44 reuse the same UDP client for every output 2025-12-06 10:49:36 -06:00
Joel Wetzell
a7f889f6b5 Merge pull request #8 from jwetzell/feat/udp-multicast
add net.udp.multicast module
v0.5.0
2025-12-06 10:36:47 -06:00
Joel Wetzell
5c5111a25e add net.udp.multicast module 2025-12-06 10:35:25 -06:00
Joel Wetzell
b31729fafe switch net.udp.client conn to pointer 2025-12-06 09:02:41 -06:00
Joel Wetzell
dff5430eb4 switch net.tcp.client conn to pointer 2025-12-06 09:02:30 -06:00
Joel Wetzell
eaca0dbf86 Merge pull request #7 from jwetzell/feat/tcp-server-output
support output from net.tcp.server
2025-12-06 08:59:21 -06:00
Joel Wetzell
aa3a1032f3 logging tweaks 2025-12-06 08:39:34 -06:00
Joel Wetzell
51a62f7fb2 cleanup 2025-12-06 08:23:40 -06:00
Joel Wetzell
2c8efcea4b add output to TCP server 2025-12-05 23:18:37 -06:00
Joel Wetzell
df1882b8f7 update psn-go 2025-12-04 23:11:30 -06:00
Joel Wetzell
1c8346cf65 cleanup error messages 2025-12-04 16:35:03 -06:00
Joel Wetzell
ba2fead834 cleanup TCP client connection handling v0.4.0 2025-12-03 23:03:02 -06:00
Joel Wetzell
cb7504922e add github funding file 2025-12-03 18:13:41 -06:00
Joel Wetzell
59d9405781 Merge pull request #6 from jwetzell/feat/tcp-udp-server-ip-binding
add ability to bind to specific IP address for TCP and UDP servers
2025-12-03 00:19:45 -06:00
Joel Wetzell
fbda348b58 add optional ip setting for net.udp.server 2025-12-03 00:18:30 -06:00
Joel Wetzell
c1a98483a4 add optional ip setting for net.tcp.server 2025-12-03 00:18:17 -06:00
Joel Wetzell
cd567e5b97 add simple test for string.encode 2025-12-02 12:59:28 -06:00
Joel Wetzell
d8d53f01d2 Merge pull request #5 from jwetzell/module/nats-client
add NATS client module
2025-12-02 12:59:09 -06:00
Joel Wetzell
f363fbf0a6 add NATS to readme 2025-12-02 12:57:45 -06:00
Joel Wetzell
d629146592 add simple NATS client 2025-12-02 12:57:05 -06:00
Joel Wetzell
b06ced2631 Add initial README with supported protocols 2025-12-02 08:21:49 -06:00
Joel Wetzell
a33fe88757 Merge pull request #4 from jwetzell/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2025-12-02 08:16:44 -06:00
dependabot[bot]
ce673e31db Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:56:11 +00:00
Joel Wetzell
38857f7a29 Merge pull request #3 from jwetzell/fix/js-processor-err-handling
fix missing error handling in script.js
v0.3.0
2025-12-01 22:13:25 -06:00
Joel Wetzell
45965a4eac fix missing error handling in script.js 2025-12-01 22:12:10 -06:00
Joel Wetzell
b372b53422 Merge pull request #2 from jwetzell/processing/string-create
add string.create processor
2025-12-01 22:10:48 -06:00
Joel Wetzell
97cf721abc add string.create processor 2025-12-01 22:05:53 -06:00
Joel Wetzell
afa32b8c2f Merge pull request #1 from jwetzell/processor/number-parsing
add processors  to parse strings into various number types
v0.2.0
2025-12-01 20:34:09 -06:00
Joel Wetzell
d3244fbe90 add processes to parse strings into various number 2025-12-01 20:31:56 -06:00
Joel Wetzell
d6e73d1bb0 add release notes config 2025-12-01 20:22:04 -06:00
Joel Wetzell
067412ec9f add pr labeler 2025-12-01 20:21:48 -06:00
Joel Wetzell
0741cd2293 switch changle log to github-native 2025-12-01 20:08:40 -06:00
Joel Wetzell
f1c45dfc09 clean out example changelog config v0.1.0 2025-12-01 20:03:51 -06:00
Joel Wetzell
0674decd1a set project name 2025-12-01 19:59:39 -06:00
Joel Wetzell
4575e6b5a6 change name format again 2025-12-01 19:56:33 -06:00
Joel Wetzell
6bd0581464 only run test workflow when go things change 2025-12-01 19:52:57 -06:00
Joel Wetzell
84c9d17751 change name format 2025-12-01 19:49:01 -06:00
Joel Wetzell
69d948c931 fix tag filter 2025-12-01 19:41:30 -06:00
Joel Wetzell
9d2420a08f add goreleaser 2025-12-01 19:39:59 -06:00
Joel Wetzell
64f6e3d617 add build tags for midi features 2025-12-01 19:18:37 -06:00
Joel Wetzell
5f70cfa7dc change job name 2025-12-01 19:09:36 -06:00
Joel Wetzell
4d1572806e switch workflow to just test 2025-12-01 19:08:25 -06:00
Joel Wetzell
be22a013ad use apt-get 2025-12-01 19:06:49 -06:00
Joel Wetzell
9447fab4e4 install alsa 2025-12-01 19:05:25 -06:00
Joel Wetzell
5303749fa8 use straight go action 2025-12-01 19:03:16 -06:00
Joel Wetzell
1883d11d7d add dependabot 2025-12-01 19:00:58 -06:00
Joel Wetzell
1037d278ce try xgo again 2025-12-01 18:51:57 -06:00
Joel Wetzell
ebadc10f10 try different action 2025-12-01 18:50:14 -06:00
Joel Wetzell
9f5a4ed78f try github action to build with cgo 2025-12-01 18:44:21 -06:00