-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.txt
More file actions
27 lines (23 loc) · 886 Bytes
/
readme.txt
File metadata and controls
27 lines (23 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LLRP (ltkjava) fork with fixes.
Forked from https://sourceforge.net/projects/llrp-toolkit/
Building:
- check out javaforce
git clone http://github.com/pquiring/javaforce
cd javaforce
- check out llrp
cd lib
git clone http://github.com/pquiring/llrp
- build it
cd llrp
ant
Major changes:
0.1 : upgraded to mina 2.x
0.2 : replaced minx 2.x deprecated methods
0.3 : upgrade to slf/2.x and fix connection issues
2.0 : formatted source, fixed deprecated code, upgraded to jdom/2.x
2.1 : upgrade log4j 1.x to 2.x (removes need for log4j 1.2 api)
Notes:
- JavaForce is only used for build scripts to download dependancies and build deployment artifacts
- LLRP deps on some java.desktop classes so you should use the jre_base_desktop option
Maven:
- This modified LLRP is available on Maven : https://repo1.maven.org/maven2/io/github/pquiring/llrp/