#1180 Haystack connectors to connect with haystack server

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:

bin/fan haystack::Client http://localhost:8080/api user pass

Tushar Nimesh Thu 16 Oct

Hi,

Look what i did at first as far i understand,

  1. 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?

Login or Signup to reply.