DEV Community

Yuki Kimoto - SPVM Author
Yuki Kimoto - SPVM Author

Posted on

How does SPVM work on IoT Device such as Raspberry Pi?

Q. How does SPVM work on IoT Device such as Raspberry Pi?

A. Raspberry Pi is a Linux system. SPVM works well on Linux system. so SPVM work on IoT Device such as Raspberry Pi.

Q. How Well SPVM works on IoT Device such as Raspberry Pi

A. SPVM creates an executable file by using spvmcc command. The executable file is deployed on IoT Device such as Raspberry Pi by copy.

Q. How easy is it to get the sensor readings?

A. Sensor access uses C/C++/Assembler.SPVM provides ease of binding to C/C++ using SPVM Native Module.

Q. How is data transferred to the Internet?

A. General ways using HTTP, TCP/IP, Linux, libraries of programing languages. SPVM::IO::Socket, SPVM::Sys::Socket are currently being developed aiming to complete the implementation of libraries to transfer data to the internet in 2023,

Top comments (2)

Collapse
 
iamjaydev profile image
iamjaydev

👍🏻

Collapse
 
yukikimoto profile image
Yuki Kimoto - SPVM Author

Thank you for your reaction.