I am running Haystack http_server on esp32s3 board and i want to use haxall client to communicate with my haystack http_server how to do so, As i was looking for docs but didn't found how to create haystack connectors to communicate with my haystack server.
Or you can run from the command line to do easy trace tests:
bin/fan haystack::Client http://localhost:8080/api user pass
Tushar NimeshThu 16 Oct
Hi,
Look what i did at first as far i understand,
Followed the setup page exactly what is given on haxall.io setup page from pre-install java to login and then got opened haxall shell(axon shell)
but from there didn't get any lead to initiate haystack client or create connectors tried many things. As so far my haystack server is running on my esp32 but from shell how to connect it with my http server and send request to get responses?
Tushar Nimesh Mon 13 Oct
Hi,
I am running Haystack http_server on esp32s3 board and i want to use haxall client to communicate with my haystack http_server how to do so, As i was looking for docs but didn't found how to create haystack connectors to communicate with my haystack server.
please let me know how to come along this.
Brian Frank Mon 13 Oct
Use haystack::Client API.
Or you can run from the command line to do easy trace tests:
Tushar Nimesh Thu 16 Oct
Hi,
Look what i did at first as far i understand,
but from there didn't get any lead to initiate haystack client or create connectors tried many things. As so far my haystack server is running on my esp32 but from shell how to connect it with my http server and send request to get responses?