The ESP32 comes with stupid amounts of standard library, including (multiple) crypto libraries and Expat for XML. Also it's quite optimized to do internet stuff while clocking at 240 MHz, I'm pretty sure that a bit of XMPP should be doable for it. Also two cores ^^
Syndace
The standard lib even includes protobuf, if you want to OMEMO :P
flow
Syndace, COM8, which sytems software do you run on the ESP32?
flow
(I have no experience with the ESP32 and maybe that's a stupid question because there is only one)
Syndace
I run ESP-IDF in my current project, which is the somewhat official toolchain by the producer. Most people tend to use the Arduino toolchain.
Syndace
And that's all the toolchains I know of.
patrikhas left
Syndace
Oh and the OS which runs when using ESP-IDF is FreeRTOS, not sure what OS Arduino flashes.
Not XMPP yet but with ESP32. Simple life counter for Magic the Gathering (card game)
Vaulor
Syndace: Have you worked a lot with these?
Syndace
Vaulor: What does "a lot" mean? :D I've been working with different microcontrollers/dev kits for quite a while. Specifically with the ESP32 for only about three months.
patrikhas left
patrikhas joined
Tobihas left
Alacerhas joined
Tobihas joined
Alacerhas left
Alacerhas joined
Alacerhas left
Alacerhas joined
Alacerhas left
patrikhas left
patrikhas joined
patrikhas left
patrikhas joined
patrikhas left
patrikhas joined
Alacerhas joined
Alacerhas left
Alacerhas joined
Alacerhas left
COM8has joined
COM8has left
COM8has joined
Alacerhas joined
COM8
flow: I'm also using ESP-IDF but in C++ instead of C