VBS script to send an HTTP request
Another post with little script: And for JSON serialization you might use this page
IT, operating systems, maths, and more.
Another post with little script: And for JSON serialization you might use this page
Well, here it is:
Sometimes you might want to deploy an incoming webhook for very simple use and do something when it’s called. On Windows you don’t need to have a full blown ASP.NET pipeline or even PHP server installed, you can go with simple VBS script. In this post I describe how to configure IIS to expose such … Continue reading Running VBS script in IIS
This is the fourth part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation We have all the building blocks for STM32 server, so let’s write it. Implementation main.c delay.c simple_server.c And it looks like this is it. Summary We have … Continue reading STM32 Key Part 4 — Server
This is the third part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to handle some network packages on the STM32. Let’s go. Libraries around I am not going to describe how to handle SPI, LEDs … Continue reading STM32 Key Part 3 — ARP, IP, UDP