odysseas.eth

Results 77 comments of odysseas.eth

I am interested in this as well. If author could point me to the right direction, I would love to contribute this.

I would suggest for powering the esp to use a buck-converter like lm2596, it's far more stable than a single regulator.

So it can’t be monkey patched? Would it be easy to build a custom app server that just adds(provision) 1 device and outputs any uplink from that device?? I don’t...

I would be wiling to contribute, since I am something of a beginner, would you be able to point me towards the right direction? Cheers! ( Thanks for the swift...

I have been trying it to make it work by downloading the .deb binary and installing it without building it from source, the resulting container is close to 700mb! in...

I tried installing it stand-alone but it didn't seem to work, tried both $GOPATH and $PATH ``` # WORKDIR $GOPATH # RUN go get -u -v github.com/jteeuwen/go-bindata # RUN go...

My use-case was for aarch64 and the build failed at a certain go dependency `go-bindata`, which I think was due to incompatibility with the architecture. Here is my working Dockerfile...

Hey @alfonzodi, I did not manage to compile it from source but rather settled for building a cointainer that would download and install the binary using apt-get. Would you like...

Hey @brocaar, Would you like to PR a dockerfile for building the project in arch64 by installing the binaries or you think you could PR a dockerfile that builds from...

Hi, Here is the Dockerfile I used to pull the binary from the directory that is offered by the project: https://github.com/OdysLam/thesis-eaas/blob/master/source/balena/primary_rpi/lora_appserver/Dockerfile To use docker on the Raspberry, I used the...