#maxxirants
Explore tagged Tumblr posts
Text
taking a break
heyyyyyyyyy im taking a break from the 3d side of tblr come check me out!! untitled
#pupmaxx post#pupmaxx posting#pupmaxx reblog#pupmaxx vent#pupmaxx rant#maxxiposts#maxxirants#maxxiasks#maxxispice#maxxireblogs#eating leaves#light as a leaf#stuffingjellyinmypockets#jellyinmypockets#jellyonaplate
4 notes
·
View notes
Text
Network protocol examples - AVR + W5500
완전 감동인 소스 창고이다!
웹서버, FTP, NTP 등등 각종 네트워크 프로토콜을 처리하는 코드를 오픈해 둔 깃헙 저장소가 있어 소개하려 한다.
먼저 위치는, https://github.com/maxxir/m1284p_wiz5500
구현된 리스트를 옮겨 오면,
Wiznet Loopback TCP/UDP Static IP
Wiznet Loopback TCP/UDP DHCP IP
DNS example
SNTP + DNS example
Telnet server example
ICMP aka ping example
Simple Web Server (one page with HTTP POST/GET queries)
HTTPD Web Server with all contents in AVR FLASH (with AJAX queries)
HTTPD Web Server with all content on SD card (Chang FAT FS lib using) (with AJAX queries)
FTPC example (only active mode sorry) with store content on SD card (console dialog from serial terminal like putty..)
FTPD example (both active-passive modes working) with store content on SD card, checked on FTP clients: Windows 7 cmd, FAR, Total commander, WinSCP.
Combined HTTPD + FTPD for dynamic upload WEB server pages, with all content on SD card (Chang FAT FS lib using) (with AJAX queries)
ZEVERO SD PetitFS Bootloader for both M1284p/M644p
Bootloaded code: Combined Wiznet Loopback TCP/UDP Static IP + FTPD server (for bootloading via FTP client) + SD-bootloader ZEVERO, working on M644p/M1284p
Bootloaded code: Combined HTTPD server (with AJAX) + FTPD server (for bootloading via FTP client and upload WEB server contents) + SD-bootloader ZEVERO, working on M1284p only
IOT Blynk client Example with Blynk smartphone application (checked only Android side) - NO Arduino CODE, used Wiznet Sockets
Bootloaded code: IOT BLYNK client combined with FTPD server (for bootloading via FTP client)+ SD-bootloader ZEVERO, working on M1284p only
TFTP client
이정도 되시겠다!! 충성하자 :)
0 notes