You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check and fix any errors associated with sending data lists to Proxy via a POST HTTP message. This will help with Data applications. Initial support has been added for this feature but it is apparently broken.
Problem Explanation
Check that Faraday can or cannot handle list data in BASE64 format sent to it.
Confirming that list support still exists. The documentation is poor 🙄. Hehe. Using POSTman in Chrome I was able to confirm that you can send a list of either one payload or multiple. It is important to remember in python you must dump to JSON with json.dumps()!
LED Commands
BASE64 commands to turn the LEDs on and off include:
All we need to do is make the dictionary a list in python before using json.dumps(). The code below sends an LED ON command as the first item and an LED OFF command as the second item:
Summary
Check and fix any errors associated with sending data lists to Proxy via a POST HTTP message. This will help with Data applications. Initial support has been added for this feature but it is apparently broken.
Problem Explanation
@kb1lqd
Environment
Software
Faraday Software Master branch
Hardware
Faraday Rev D1
Supporting Information
N/A
The text was updated successfully, but these errors were encountered: