Search found 11 matches

by victorch
Wed Apr 21, 2021 1:44 pm
Forum: Freematics Software
Topic: Https setup of Freematics Hub
Replies: 5
Views: 7483

Re: Https setup of Freematics Hub

Hi Matt, Please see below some steps for linux platform : 1. sudo apt update sudo apt install nginx 2. Type below to check version nginx -v # Ubuntu repositories nginx version: nginx/1.1x.0 (Ubuntu) 3. Create self sign certificate for testing sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 ...
by victorch
Wed Apr 21, 2021 10:43 am
Forum: Freematics Software
Topic: Installation instructions for Freematics Hub
Replies: 4
Views: 8686

Re: Installation instructions for Freematics Hub

Hi Matt, I got below setting of SERVER_PATH in the config.h as followings : // HTTPS settings #define SERVER_METHOD PROTOCOL_METHOD_POST #define SERVER_PATH "/api" #if !SERVER_PORT #if SERVER_PROTOCOL == PROTOCOL_UDP #define SERVER_PORT 8081 #elif SERVER_PROTOCOL == PROTOCOL_HTTPS #define ...
by victorch
Wed Apr 21, 2021 12:33 am
Forum: Freematics Software
Topic: Https setup of Freematics Hub
Replies: 5
Views: 7483

Re: Https setup of Freematics Hub

Hi Matt,

I use Nginx and it works, thanks.

Cheers,

Victor
by victorch
Mon Apr 19, 2021 5:26 pm
Forum: Freematics Software
Topic: Https setup of Freematics Hub
Replies: 5
Views: 7483

Re: Https setup of Freematics Hub

Hi Matt, Yes, I can use self-signed SSL and enable SSL on a Apache web server by using a2enmod ssl etc on a Linux platform. However, I would like to enable SSL on FreeMatics hub server so that everything sends to this server is secure. Currently, I can start FreeMatics hub server by ./teleserver -p ...
by victorch
Mon Apr 19, 2021 2:16 pm
Forum: Freematics Software
Topic: Installation instructions for Freematics Hub
Replies: 4
Views: 8686

Re: Installation instructions for Freematics Hub

Hi sponz, I had similar experience "Server under maintenance(status:404), click OK" on linux platform. I need to make 1 change on \Freematics-master\server\teleserver\htdocs\config.js (remove hub in the path) as following, then the maintenance message disappears. Hope this help. Search bel...
by victorch
Mon Apr 19, 2021 2:00 pm
Forum: Freematics Software
Topic: Https setup of Freematics Hub
Replies: 5
Views: 7483

Https setup of Freematics Hub

Hello, I setup Freematics hub in linux cloud platform running on http(http://www.serverxxx.com:8080) without problem and that is great. How can I setup Freematics hub(the mini server) to run on https (https://www.serverxxx.com) - similar to https://hub.freematics.com ? Best regards and thanks, Victor
by victorch
Tue Apr 13, 2021 2:00 pm
Forum: Freematics Software
Topic: FreeMatics One + Model B Memory dump
Replies: 3
Views: 5787

Re: FreeMatics One + Model B Memory dump

Hi Matt,

After the reset and reload the telelogger firmware, everything works fine.

Thank you very much for your help, Matt.


Thank you,

Victor
by victorch
Thu Apr 08, 2021 4:11 pm
Forum: Freematics Software
Topic: FreeMatics One + Model B Memory dump
Replies: 3
Views: 5787

FreeMatics One + Model B Memory dump

Hello, I tested FreeMatics One + Model B last year and everything worked great - information could upload to Mini server in cloud. The device was offline and kept in a dry place last year. These few days, I need to re-visit this project, however, when running the telelogger, , the FreeMatics One + M...
by victorch
Thu Apr 08, 2021 4:02 pm
Forum: Freematics Products
Topic: Freematics One + Model B shows Memory dump at 0x400ed8b4: ffffffff ffffffff ffffffff
Replies: 1
Views: 3246

Freematics One + Model B shows Memory dump at 0x400ed8b4: ffffffff ffffffff ffffffff

Hello, I tested FreeMatics One + Model B last year and everything worked great - information could upload to Mini server in cloud. The device was offline and kept in a dry place last year. These few days, I need to re-visit this project, however, when running the telelogger, ,but FreeMatics One + Mo...
by victorch
Thu Jun 11, 2020 12:10 pm
Forum: Freematics Software
Topic: device id of FreeMatics One + Model B
Replies: 2
Views: 5055

Re: device id of FreeMatics One + Model B

Ok, I figured it out how to get Device ID, thanks.