[Solved] Port reading application in .Net which is better Windows service or Windows application

Yes, a windows service would be fine. I’d like to use a little library called TopShelve to make a service / console app. Then I’d add NancyFx to expose the service and it’s data (or read it from a shared database). You also asked if there was a ‘better’ way. You might argue that polling … Read more

[Solved] what is the best scenario for implement detection of empty space to park cars in the parking lot? [closed]

They are different things. Raspberry PI is a computer, arduino is just a microcontroller with peripherals as facilities. Raspberry runs an Operational System inside, Arduino doesn’t. Raspberry has a digital-only set of electrical interfaces. Arduino has both analog and digital. Depend on the project needs one or other is more suitable. Since IoT have infinite … Read more