Skip to content

Commit

Permalink
Update project to use maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay committed Oct 12, 2021
1 parent b6b2839 commit 6ec4e3a
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 1,300 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bin/
target
/target/
.classpath
.project
.settings
File renamed without changes.
276 changes: 44 additions & 232 deletions LICENSE

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ The C implementation also provides EPICS device support
for IOCs on top of the basic protocol library.
The Java implementation is currently only the basic read/write library
with unit tests to demonstrate the functionality.

Eventually, this could be connected to an EPICS V4 network server.

For basic read/write, see test/etherip/EtherIPDemo.java

For a 'scan list' that reads tags all the time, but also allows writing them, see test/etherip/scan/ScanListTest.java


Building
--------

Build with maven:

mvn -DskipTests=true clean package

Develop in Eclipse via File, Import, Maven, Existing Maven Projects.
5 changes: 0 additions & 5 deletions build.properties

This file was deleted.

119 changes: 0 additions & 119 deletions clean_up_profile.xml

This file was deleted.

Loading

0 comments on commit 6ec4e3a

Please sign in to comment.