Skip to content

Commit f0ce896

Browse files
committed
added link in metapackage readme and liblsl readme to JOSS submission
1 parent df64bb6 commit f0ce896

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is the meta repo for the dart native liblsl package.
99
Packages:
1010

1111
- [liblsl](./packages/liblsl): The main package for liblsl. [![Pub Publisher](https://img.shields.io/pub/publisher/liblsl?style=flat-square)](https://pub.dev/publishers/zeyus.com/packages) [![Pub Version](https://img.shields.io/pub/v/liblsl)](https://pub.dev/packages/liblsl)
12+
- [JOSS paper](./packages/liblsl/paper/paper.md): markdown version of the JOSS paper (pending review).
1213
- [liblsl_test](./packages/liblsl_test): An integration test so you can try out liblsl with flutter on any supported target platform.
1314
- [liblsl_timing](./packages/liblsl_timing): App based multi-device latency, sync and interactive timing tests with automatic device coordination via LSL
1415
- [liblsl_analysis](./packages/liblsl_analysis): Analysis of results from the timing tests in [liblsl_timing](./packages/liblsl_timing)

packages/liblsl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This package provides a Dart wrapper for liblsl, using the dart native-assets build system and ffi.
66

7+
Submitted [JOSS paper](./paper/paper.md): markdown version of the JOSS paper (pending review).
78

89
## Targets
910

0 commit comments

Comments
 (0)