Skip to content

Conversation

@imkcy9
Copy link
Owner

@imkcy9 imkcy9 commented Feb 26, 2020

merge

kylemallory and others added 30 commits December 1, 2018 20:45
Removed 'final' from byte[] beacon.  Added get/setBeacon().
Added startClient() and startServer() to start individual components; these create their own threads at call to start*().
client and server threads maintain running state, and lose the thread reference when the thread completed (either gracefully or due to error).
client and server can be restarted as necessary, if they are not currently running (including after a failure, though they may fail again).
…artServer().

Server and Client threads set a meaningful Thread name (via thread.setName()).
Minor refactor to make variable more clear, and less wordy.
…dress, in we call startClient() a second time.
…oid devices; hoping for better luck with DatagramChannel.bind().
Also, syntax chagnes to make the Travis/CI lint check happy.
…ces to it working w/ socket().bind().

Removed wild-card import for java.net.* (not sure why it did that).
Added ZBeacon Restart & Fix for BroadcastClient/Server binding
Solution: Provide an android project with ability to run connected tests to assess compatibility
Change code to make the library compatible again
Problem: Libray has runtime errors on Android API 16
…ret keys

Solution: Add public constructors accepting mandatory public key and optional secret key, both in byte or Z85 string format
Problem: ZCert has no way to be created using provided public and sec…
Problem: IndexOutOfBoundsException occurs when subscriptions count ex…
 Problem: No coverage on all code branches for Dist
Changelog for upcoming 0.5.2 release
Upgrade checkstyle dependencies to fix vulnerability
@imkcy9 imkcy9 merged commit 33fb858 into imkcy9:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants