Skip to content

Commit

Permalink
Prepare release jsle-0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Mihalache committed Mar 22, 2022
1 parent 57d0628 commit 08f17a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.15 released 22-Mar-2022
- implemented offline RAF/RCF retrieval for the UDP to SLE bridge

Version 0.14 released 21-Feb-2022
- fixed one enumeration related to frame quality: erredFrameOnly -> erredFramesOnly

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ mvn exec:java


### Known Problems and Limitations of the SLE to UDP bridge
* The bridge only implements online complete RAF or RCF delivery mode
* RCF works effectively as RAF, no filtering on VCID is performed by the provider
* Two different clients can bind the the same Service, but starting the RAF or RCF will fail for the second client because it will start a second UDP server on the same port




Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.yamcs</groupId>
<artifactId>jsle</artifactId>
<packaging>jar</packaging>
<version>0.15-SNAPSHOT</version>
<version>0.15</version>
<name>jsle</name>
<url>https://github.com/yamcs/jsle</url>
<description>Java implementation for the SLE (Space Link Extension) protocol.</description>
Expand Down

0 comments on commit 08f17a0

Please sign in to comment.