Bulk data in FDRS #148
                  
                    
                      timmbogner
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 2 replies
-
| 
         Any news about this  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
This is a feature that is very far off, but I want to document it here so that I can close the issue that gave me the idea ( #85).
Packets current come in two types: either a single SystemPacket that is less than 7 bytes, or one or more DataReadings which are 7+ bytes.
My idea is to implement a third type of packet that is exactly 250 bytes. This packet would be meant to carry binary data,. It would still have a built-in id, but the rest would be binary. There would probably need to be another layer built on the binary data with frame numbers and maybe other stuff.
This also may prove too messy and need to be scrapped.
The end goal is to send a file over FDRS, such as an image from an ESP-Cam.
Beta Was this translation helpful? Give feedback.
All reactions