wawanUnic
wawanUnic
Hello. Tell me how to redirect to a secure connection? I'm creating two servers, a secure one and a regular one. So, in the handler of a regular server, I...
Errors: c:/users/wawan/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Wawan\AppData\Local\Temp\arduino\sketches\F8CFC03ECD6ABAEDDC509508696C06F6\sketch\socket.cpp.o:(.literal._ZN13EthernetClass11socketBeginEht+0xc): undefined reference to `W5500Class::execCmdSn(unsigned char, SockCMD)' c:/users/wawan/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Wawan\AppData\Local\Temp\arduino\sketches\F8CFC03ECD6ABAEDDC509508696C06F6\sketch\socket.cpp.o: in function `W5500Class::read(unsigned short)': C:\Users\Wawan\Documents\Arduino\sketch_dec1a\utility/w5500.h:143: undefined reference to `W5500Class::read(unsigned short, unsigned char*, unsigned short)' c:/users/wawan/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Wawan\AppData\Local\Temp\arduino\sketches\F8CFC03ECD6ABAEDDC509508696C06F6\sketch\socket.cpp.o: in function `W5500Class::write(unsigned...
Hello. Tell me how to properly slow down traffic on Raspbian? I only use a wired connection. I do this (Raspbian on Raspberry Pi): 0. I checked the read-write speed...
Hello. Is there a way to take a photo via http-request? I want an external device to start the photo. This device is on the same network as my raspberry....