Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edge requires Linux and runs on nearly every CPU available. See Supported Linux distros.

OS

RAM

Storage

Linux

64MB

64MB

CPUs supported

x86

ARM

PowerPC

MIPS

s390x

AMD64 (x86_64)

ARM64

ppc64le

mips64le

s390x

i386

ARMv7

ppc64

mips64

ARMv6

mipsle

ARMv5 (TEJ only)

mips

...

  • Select one of the popular OS / CPU architecture combinations (see the full list below):

OSArch

linux-amd64

darwin-amd64

linux-arm64

linux-armv7

linux-armv6

linux-armv5

...

Default config, required flags

TLS: Enabled

Parameter

Type

Desc

Example

platform-ip

string

ClearBlade Platform URL

http://platform.clearblade.com

parent-system

string

System key for this edge’s parent system

f49bf79f0b9ac5eda5aba4e08c17

edge-id

string

Edge name aliased as edge-id in the config

my-edge

edge-cookie

string

Edge token

5eda5aba4e08c17

...

TLS: False (not recommended)

Parameter

Type

Desc

Example

see required

insecure

boolean

Connect MQTT over non-TLS

true

...

Code Block
edge -platform-ip=platform.clearblade.com -parent-system=f49bf79f0b9ac5eda5aba4e08c17 -edge-id=my-edge -edge-cookie=5eda5aba4e08c17 -insecure=true -platform-port=8950

Enhanced performance

Parameter

Type

Desc

Example

see required

lean-mode

boolean

Drop code service logs, TODO

true

...

Code Block
edge -platform-ip=platform.clearblade.com -parent-system=f49bf79f0b9ac5eda5aba4e08c17 -edge-id=my-edge -edge-cookie=5eda5aba4e08c17 -lean-mode=true

Use with Web Console

Parameter

Type

Desc

Example

see required

edge-ip

string

The selected interface’s IP address (0.0.0.0 for all interfaces)

192.168.0.34

...

Advanced

Supported OSArch list

OSArch

linux-amd64

linux-386

linux-armv7

linux-arm64

linux-armv6

linux-armv5 (TEJ only)

linux-mipsle

darwin-amd64

darwin-386

linux-ppc64le

linux-s390x

linux-mips

linux-mips64

linux-mips64le

Supported Linux distros

OS

Compatible

Darwin

yes

DragonFly

yes

FreeBSD

yes

Linux

yes

NetBSD

yes

OpenBSD

yes

Plan 9

yes

Solaris

yes

Windows

no

Distros

Minimum Required

Release Date

Details

Linux (Kernel)

2.6.23

2007-10-01

Details

RHEL

6.0

2010-11-09

Details

Debian

5.0 (Lenny)

2009-02-14

Details

Fedora

8 (Werewolf)

2007-11-08

Details

CentOS

6.0

2011-07-10

Details

SUSE

11.0

2009-03-24

Details

Ubuntu

8.04

2008-04-24

Details

...