Showing content from https://github.com/simmeryson/HapJava below:
simmeryson/HapJava: HapJava is a Java implementation of HomeKit Accessory Protocol server.
Skip to content Navigation Menu
Search code, repositories, users, issues, pull requests...
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert simmeryson/HapJava Repository files navigation
#HapJava HapJava is a Java/Android implementation of HomeKit Accessory Protocol server.
#Get Started Compile HapJava in application module of build.gradle
.
compile 'com.guok.hapjava:hap-java:0.1.0'
Include HapJava in Maven pom.xml
<dependency>
<groupId>com.guok.hapjava</groupId>
<artifactId>hap-java</artifactId>
<version>0.1.0</version>
</dependency>
##Need to do
- Advertiser implements re-advertise when accessory or service changing with Bonjour TXT record "c#" update.
- In Pair Setup M1,M3,M5, need to verify the request parameters and response with kTLVError.
- More response ,like MultiStatus e.g. need to implement
- SubscriptionManager exists issue when lost connection.
- AccessoryHandler.connection maybe exist issue concurrently.
- Characteristics permission exits big problem.
/identify
request does not implement Page 88.
/paring
request with method LIST_PAIRINGS need to implement.
About
HapJava is a Java implementation of HomeKit Accessory Protocol server.
Resources Stars Watchers Forks
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4