WiseJ running on Raspberry Pi ?

0
0

Is it possible to run a WiseJ application on a Raspberry Pi for local content ? as in a digital signage player

  • You must to post comments
0
0

Don’t really know. If the browser supports JavaScript and HTML5 it should work. Wisej is just javascript + html on the client and .NET on the server.

  • You must to post comments
0
0

I mean the webserver running on the Pi  -so the WiseJ app runs directly on it.

Has anyone tried it ?

  • You must to post comments
0
0

Wisej server side runs only on Windows with the full .NET Framework.

  • edmond girardi
    no Mono support ?
  • Luca (ITG)
    Nope. Tried but there are too many problems in mono with data binding and layout engines. We are going to evaluate going to .NET Core since the amount of work needed is similar to the work required to support mono.
  • You must to post comments
0
0

To update this issue. We have Wisej 3 .NET Core running perfectly well in a Raspberry Pi 4.

  • edmond girardi
    What is the webserver you used on the Raspberry Pi ?
  • Luca (ITG)
    The one built in ASP.Net Core (Kestrel). All ASP.Net Core apps are a self hosted executables.
  • edmond girardi
    Any speed tests done ? Would be nice to know some kind of performance. We have a project coming up where we will be using a lower power (as in processing power) embedded industrial computer. Most likely it will run windows for ease of management (for us anyway). It could potentially have up to 50 users “Clients” that ill be connected, but not all active concurrently.
  • Luca (ITG)
    We’ll send you a link to a test raspberry pi 4 (2GB ram) that you can try directly (it may be on/off since it’s a test device sitting on a desk). it’s quite fast and we tested from all over the world but didn’t do any particular stress testing. The number of not-concurrent users doesn’t matter. For concurrent users it depends on memory (I think you can get up to 8GB) and cpu speed.
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.