Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additon of SSDV protocol #129

Open
rnbokade opened this issue Mar 26, 2020 · 5 comments
Open

Additon of SSDV protocol #129

rnbokade opened this issue Mar 26, 2020 · 5 comments
Labels
dev branch This issue is being worked on in the development branch enhancement New feature or request

Comments

@rnbokade
Copy link

Describe the solution you'd like
A way to use ssdv with rf modules with the ease with which we are able to use AX.25, Morse, RTTY client etc.

Describe alternatives you've considered
Dave Akerman's lora ssdv

Additional context
reference :- https://github.com/fsphil/hadie

@jgromes
Copy link
Owner

jgromes commented Mar 26, 2020

I'm assuming you're referring to https://ukhas.org.uk/guides:ssdv

Is there a complete specification somewhere? The above link only contains basic info, such as the packet structure, but doesn't go into much detail about transfer control.

Should be possible, though I'm not sure about the API, since there will be a lot of packets that need to be sent in a sequence. Maybe something like startTransfer(imageId, *imagePtr, imageLen) to initialize the transfer of a single image, and than have the user call sendPacket() in a loop until everything is sent?

@jgromes jgromes added the enhancement New feature or request label Mar 26, 2020
@rnbokade
Copy link
Author

rnbokade commented Mar 26, 2020 via email

@jgromes
Copy link
Owner

jgromes commented Mar 26, 2020

Nice! Please make sure to follow the contributing doc.

@jgromes jgromes added the dev branch This issue is being worked on in the development branch label Apr 14, 2020
@jgromes jgromes pinned this issue May 13, 2020
@jgromes jgromes unpinned this issue Nov 28, 2021
@jumbo5566
Copy link

yes ,you can view this https://github.com/TomasTT7/LoRa_SSDV

@Mika-1818
Copy link

Sorry to reactivate this, but I can see the implemention but not how to use it.
Maybe someone can help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev branch This issue is being worked on in the development branch enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants