| CF browser |
In the above browser, since our code is dealing with the MIME as application/JSON, enable that in CoAP Details -> Accept -> application/json



| CF browser |
A USB drive with at least 8GB of storage
(Windows 11 installation files are ~5.4GB)
Administrator privileges on your current system
Plug in your USB drive and back up any important data — this process will erase everything.
Go to:
Control Panel → Device Manager → Disk Drives → [Your USB Drive] → Properties → Policies
Select “Better performance” for faster write speeds.
(Pro Tip: With this, Windows 10 can install in under 15 minutes — even on machines with just 4GB RAM!)
Go to:
Start → Accessories → Right-click “Command Prompt” → Run as Administrator
Type the following commands one by one:
Extract the ISO to a folder using tools like WinRAR.
Assume the extracted folder is at: E:\win11
Now, in the same Command Prompt window:
E: CD win11\BOOT BOOTSECT.EXE /NT60 G:(ReplaceG:with your USB drive’s letter. This sets up the USB with the Windows boot manager.)
Copy all contents of the Windows 11 installation folder to your USB drive.
Restart your PC and enter the BIOS setup.
Enable USB Boot and set the USB drive as the first boot device.
Save changes and exit.
💡 That’s it! The Windows 11 setup will launch, and if optimised, it can complete in as little as 15 minutes — even on basic hardware!
5G Network Simulation in NS3 Using mmWave This post shows the installation of ns3mmwave in Ubuntu 24.04 and simulates 5G networks in ns3. In...