Guy Dillen
Guy Dillen
Is it possible to create a binary for ARM64 (Apple Silicon M1)?
I'm on macOS Monterey 12.3.1 (Intel) Following as described in https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/cygnus-ngsi-ld/installation_and_administration_guide/install_with_docker.md#section2.1 $ git clone https://github.com/telefonicaid/fiware-cygnus.git $ cd fiware-cygnus $ sudo docker build -f docker/cygnus-ngsi-ld/Dockerfile -t cygnus-ngsi-ld . results in: ......
Hi, Using my Arduino MKR 1500 sending UDP messages results in randomly giving an error: "+CME ERROR: Operation not allowed". I use the example program (see below). Sometimes I get...
Hi, Hw to read string variable data? This is my cdl file: `netcdf test { dimensions: station = 9 ; ... variables: string station_name(station) ; ... // global attributes: ......