Joel Wetzell
|
6aadaedb5d
|
some linting things
|
2026-05-17 09:22:14 -05:00 |
|
Joel Wetzell
|
d6d4ac4419
|
stop using destination
|
2026-05-09 14:06:33 -05:00 |
|
Joel Wetzell
|
a86a9b3121
|
chore: go fix
|
2026-05-09 13:44:28 -05:00 |
|
Joel Wetzell
|
216f84a2d9
|
Merge pull request #22 from jwetzell/error-handling-cleanup
clean out error return from funcs that don't return error
|
2026-04-29 13:56:47 -05:00 |
|
Joel Wetzell
|
bd6a548e34
|
Add Codecov badge to README
|
2026-04-29 13:56:32 -05:00 |
|
Joel Wetzell
|
d8dff0794a
|
clean out error return from funcs that don't return error
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-29 13:46:43 -05:00 |
|
Joel Wetzell
|
0c4d36b376
|
cleanup printing
|
2026-04-29 13:41:50 -05:00 |
|
Joel Wetzell
|
a5ac419e3e
|
return on unsupported arg
|
2026-04-29 13:41:42 -05:00 |
|
Joel Wetzell
|
3b66c38d18
|
Merge pull request #21 from jwetzell/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
|
2026-04-27 08:35:42 -05:00 |
|
Joel Wetzell
|
4d8ba2a47b
|
get rid of bytes.Buffer use
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-26 13:37:48 -05:00 |
|
dependabot[bot]
|
0caf1b02a7
|
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-20 02:55:47 +00:00 |
|
Joel Wetzell
|
d82919e9f1
|
remove codecov badge
sendosc/v1.3.0
makeosc/v1.2.0
receiveosc/v2.1.0
|
2026-04-13 22:59:44 -05:00 |
|
Joel Wetzell
|
4078efa090
|
update readme
|
2026-04-13 22:56:57 -05:00 |
|
Joel Wetzell
|
53864a35dc
|
Merge pull request #20 from jwetzell/error-handling
add error handling to arg encoding and message/bundle ToBytes()
v0.3.0
|
2026-04-13 22:53:07 -05:00 |
|
Joel Wetzell
|
2ec4be5426
|
more tests for bad arg parsing
|
2026-04-13 22:51:52 -05:00 |
|
Joel Wetzell
|
5f5c34c4ea
|
error message formatting
|
2026-04-13 22:51:43 -05:00 |
|
Joel Wetzell
|
16093f2509
|
add support for OSC timetag arg
|
2026-04-13 22:51:29 -05:00 |
|
Joel Wetzell
|
191d74a20a
|
error message formatting
|
2026-04-13 22:42:39 -05:00 |
|
Joel Wetzell
|
738b87b03f
|
add tests for PacketFromBytes
|
2026-04-13 22:42:30 -05:00 |
|
Joel Wetzell
|
42b1f9cf8a
|
add error tests for arg decoding in message
|
2026-04-13 22:42:15 -05:00 |
|
Joel Wetzell
|
16e1ad039e
|
add test for nested bundle
|
2026-04-13 22:41:56 -05:00 |
|
Joel Wetzell
|
eb539dd319
|
add test for bundle with bad contents
|
2026-04-13 22:41:43 -05:00 |
|
Joel Wetzell
|
1465663a63
|
add tests just for arg array to bytes
|
2026-04-13 22:22:57 -05:00 |
|
Joel Wetzell
|
dd430dd380
|
add layout for testing bundle error cases
|
2026-04-13 22:22:44 -05:00 |
|
Joel Wetzell
|
9452268042
|
add layout for testing OSCBundle error cases
|
2026-04-13 19:11:11 -05:00 |
|
Joel Wetzell
|
b621944dc5
|
error tests for arg values when encoding
|
2026-04-13 18:59:43 -05:00 |
|
Joel Wetzell
|
8fa8aa3a55
|
return errors instead of printing
|
2026-04-13 18:53:35 -05:00 |
|
Joel Wetzell
|
1d2684f446
|
cleanup test layout
|
2026-04-13 18:53:21 -05:00 |
|
Joel Wetzell
|
2548771fe3
|
add error handling for OSC address and bad arg type encoding
|
2026-04-13 18:48:50 -05:00 |
|
Joel Wetzell
|
4744321d71
|
add error handling to arg encoding and message/bundle ToBytes()
|
2026-04-13 18:38:25 -05:00 |
|
Joel Wetzell
|
1130adf046
|
Merge pull request #19 from jwetzell/message-tests
fix up some OSC string parsing issues and test for them
v0.2.1
|
2026-04-13 18:21:56 -05:00 |
|
Joel Wetzell
|
ad3c449149
|
fix up some OSC string parsing issues and test for them
|
2026-04-13 18:17:43 -05:00 |
|
Joel Wetzell
|
fbd2bf3905
|
Merge pull request #18 from jwetzell/more-bad-tests
fill out some more error tests for messages
|
2026-04-13 16:24:11 -05:00 |
|
Joel Wetzell
|
e1c8563522
|
fill out some more error tests for messages
|
2026-04-13 16:20:55 -05:00 |
|
Joel Wetzell
|
e2a8daf013
|
Merge pull request #17 from jwetzell/coverage-test
cleanup message_test layout
|
2026-04-13 16:14:18 -05:00 |
|
Joel Wetzell
|
baa140297f
|
cleanup message_test layout
|
2026-04-13 16:12:19 -05:00 |
|
Joel Wetzell
|
8bb3f3fc97
|
add workflow for tests and code coverage report
|
2026-04-13 15:57:47 -05:00 |
|
Joel Wetzell
|
e70934e705
|
Merge pull request #16 from jwetzell/dependabot/go_modules/github.com/urfave/cli/v3-3.8.0
Bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0
|
2026-03-30 12:25:19 -05:00 |
|
dependabot[bot]
|
597b9ad053
|
Bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v3.7.0...v3.8.0)
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v3
dependency-version: 3.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-03-30 02:55:56 +00:00 |
|
Joel Wetzell
|
6f141eb742
|
Merge pull request #15 from jwetzell/dependabot/go_modules/github.com/urfave/cli/v3-3.7.0
Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0
|
2026-03-03 10:16:30 -06:00 |
|
Joel Wetzell
|
9bc51c787f
|
add error checking to readstring method
v0.2.0
|
2026-03-02 21:12:48 -06:00 |
|
dependabot[bot]
|
37cc551793
|
Bump github.com/urfave/cli/v3 from 3.6.2 to 3.7.0
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v3.6.2...v3.7.0)
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v3
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-03-02 02:56:24 +00:00 |
|
Joel Wetzell
|
67a1cc083b
|
remove fmt.println
receiveosc/v2.0.1
|
2026-02-04 11:36:16 -06:00 |
|
Joel Wetzell
|
25c159013b
|
fix variable name
receiveosc/v2.0.0
|
2026-01-31 15:52:42 -06:00 |
|
Joel Wetzell
|
5ac60b0685
|
add support for SLIP and bundles
|
2026-01-31 15:52:08 -06:00 |
|
Joel Wetzell
|
6251acb852
|
use switch
|
2026-01-31 15:49:42 -06:00 |
|
Joel Wetzell
|
5600ef75f5
|
add method to parse bytes as packet
|
2026-01-31 15:49:07 -06:00 |
|
Joel Wetzell
|
77c92c5456
|
Merge pull request #14 from jwetzell/pointers
return pointers from byte parsing
|
2026-01-31 15:39:51 -06:00 |
|
Joel Wetzell
|
594c51d2a4
|
return pointers from byte parsing
|
2026-01-31 15:34:16 -06:00 |
|
Joel Wetzell
|
d7c6da5c5b
|
support OSC 1.0 TCP format if SLIP is not enabled
sendosc/v1.2.0
|
2026-01-28 14:37:23 -06:00 |
|