VictorNine

Results 17 comments of VictorNine

That's true, but it does not read anything without both messages. Or am I missing something? ``` func TestMultiMessage(t *testing.T) { nm := NMEACodecNew(ais.CodecNew(false, false)) msg, err := nm.ParseSentence("!AIVDM,2,1,0,B,539S:k40000000c3G04PPh63

The message says how many parts there are. !BSVDM,2,1 would mean first of 2. But the easiest is probably that the package receives the two messages with a \n between?

Basically there is no way to parse multi part messages now (as far as I know).

Thanks, should be related to the changes done in #23

This has not been implemented yet. What I've done is basically a quick fix to support the new API. I'll fix it soon.

This should be fixed in the latest commit

I might, right now 2fa has priority Thanks

First you set up the vault https://github.com/bitwarden/web and get an address like localhost:8080 Then you can use this project as a proxy to avoid cros issues. Simply using ./bitwarden-go -vaultURL...

Looks like the same as in https://github.com/VictorNine/bitwarden-go/issues/12