This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server Hardware for openplotter?
#46
In green:

(2019-09-03, 08:42 PM)glowntiger Wrote: Hi Sailoog.
thank´s for your reply.
I take a look on your template until it´s ready. I hope my Python skills are sufficient ;-)
I have installed OP2 and it looks realy cool with the app character.

-MCP2515: thats cool. All works with openplotter i hope and I have nothing to do :-) .

-SC16is752: I write a script in "MCS OP App" witch writes the dtoverlay in the config.txt? Then it can handle as a normal Uart in your serial app? (It will create ttySC0-ttySC5)
Yes

-DS2482: I can load the Kernel driver for the DS2482 in "MCS App". Until its done every Sensor is reachable in:

Code:
cd /sys/bus/w1/devices

an can call via:

Code:
cat /sys/bus/w1/devices/28-0118306524ff/w1_slave
I think its simular to "your" 1wire usage via GPIO4?
Not exactly. If you have multiple temp sensors connected directly to GPIO4, you have a python package "w1thermsensor" to do the work: https://github.com/openplotter/openplott...n3/1w_d.py

-MP1593: there is no problem. Until now i have not ordered the next boards. I have rerouted to pin 29 (GPIO5) O.K. for you? This pin is also not used from moitessier... Yes, script should be done to detect the power down and shutdown the system.
Great! Actually we will not need to write any script because the "openplotter-actions" app will do it. There you can set actions for GPIO states easily.

-MCP23017: At the Moment on my homecontrol devices I seperate the MCP´s via the adresses: HEX 20-23 is for inputs, HEX 24-27 is for outputs. I would like to do this here the same way. I only want to change the geometric design, so the Moduls can mount in the case. So its possible to put 64 inputs and 64 outputs in the case.
Those are too much inputs/outputs it could be done but remember that we are sharing the I2C interface with an IMU and potentially more devices. If we take just HEX 20 and HEX 24 how many inputs/outputs we have?

-MCP3424: for this I Normaly use HEX 68-6B. So you can use 16 Analog Inputs in the case. The actual boards are for 0-10V and 0-20mA. I can also design for adjustible resistance.

"- 12C modules of your other boards: This should be added to your app." => There are no further moduls. Thats all... ;-) The conector on the board is for the MCP boards. I want to place them via "Spacer" in the case. So everybody can decide for himself how much Inputs and outputs want to use....

"- What 8-28V digit. Input means?" => There are 4 Optocopler on the board wich can work with 8-28V. The optocopler is wired to the GPIO´s. So you can connect a switch or somthing simular. You can switch as example directly with the 12V on board. If the Input go´s high, the GPIO also. ;-) I have done this for fast counting. For the MCP23017 you need round about 3-5ms for reading after interrupt (I have measured that at the GeCoS : https://www.gedad.de/projekte/projekte-f%C3%BCr-privat/ ) So if you want to use it for rpm measurement the mcp is to slow and you can do this directly on the gpio....
Ok

Open-source:
I do not know "fritzing" and also not "Frankenstein-Board" ;-)
https://fritzing.org is a group of tools to design and produce PCBs collaboratively. Frankenstein-Board is a joke to describe my idea, an universal and modular board made of pieces from other working projects Smile

For me there are two options:
1.
I do this open-source. In principle it´s no problem for me as long as I have no high cost and only work. But then i do not sell the board. Im a buisness. If I sell parts, i must check them (surge test and so on) and do many (In germany we say) paperwork. (correct in english?) I must lable a CE on it for Europe. Means open-source yes, but then hardware only for me and all others can order directly from any supplier.
2.
I sell the board over my buisness. I think I can do this for low cost. (as i describe before round about 70€ for the board) Then I make all tests and operation manual. By the way I would write software as far as i can becouse I need this for my sailboat and I have luck on it. But the selling product is only the hardware. No software support.

Do not get me wrong: i would rather sell it without all the "additional costs". But its not easy to do this without problems later.... ;-)
sorry I do not understand some parts of this answer Smile

But do not worry, whatever you decide will be OK. As open-source evangelists we can not invest effort making openplotter compatible with proprietary projects and we will always prioritize open-source projects when available but this does not means we can not collaborate. Maybe we can exchange some hours of coding for your help with our Franky-Board Smile
Reply


Messages In This Thread
Server Hardware for openplotter? - by glowntiger - 2019-05-17, 12:58 PM
RE: Server Hardware for openplotter? - by abarrow - 2019-05-17, 02:01 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-05-18, 03:40 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-05-21, 10:19 AM
RE: Server Hardware for openplotter? - by jim321 - 2019-05-21, 12:07 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-01, 09:41 AM
RE: Server Hardware for openplotter? - by Sailoog - 2019-05-27, 09:19 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-05-29, 08:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-06-16, 08:51 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-06-17, 12:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-15, 11:50 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-26, 09:39 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-29, 12:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-08-29, 01:58 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-09-01, 09:22 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-02, 11:42 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-02, 03:29 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-09-02, 11:20 AM
Server Hardware for openplotter? - by tkurki - 2019-09-02, 03:34 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-03, 04:04 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-04, 04:27 PM
RE: Server Hardware for openplotter? - by kste - 2019-09-04, 08:13 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-04, 02:11 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-05, 11:38 AM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-05, 11:50 AM
RE: Server Hardware for openplotter? - by PaddyB - 2019-09-05, 01:28 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-05, 02:51 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-08, 02:27 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-09-13, 03:36 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-13, 04:40 PM
RE: Server Hardware for openplotter? - by abarrow - 2019-09-17, 04:35 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-23, 06:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-09-30, 05:16 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-06, 02:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-06, 05:53 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-07, 10:10 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-07, 02:31 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-07, 02:10 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-07, 02:55 PM
RE: Server Hardware for openplotter? - by jim321 - 2019-10-08, 12:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-10, 11:53 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-14, 10:37 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-19, 05:48 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-20, 10:07 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 01:04 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 03:05 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-29, 11:00 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-10-30, 11:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-11-10, 10:22 PM
RE: Server Hardware for openplotter? - by flybob - 2019-11-19, 11:57 AM
RE: Server Hardware for openplotter? - by flybob - 2019-11-21, 02:43 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-02, 08:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 03:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 08:06 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-03, 11:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-05, 10:24 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-07, 11:01 AM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-11, 06:06 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-12-07, 12:12 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-07, 12:35 PM
RE: Server Hardware for openplotter? - by Sailoog - 2019-12-07, 12:49 PM
RE: Server Hardware for openplotter? - by Max1947 - 2019-12-12, 12:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-11, 05:06 PM
RE: Server Hardware for openplotter? - by flybob - 2020-01-01, 01:33 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-12, 12:59 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-01-12, 08:45 PM
RE: Server Hardware for openplotter? - by flybob - 2020-02-06, 10:28 PM
RE: Server Hardware for openplotter? - by flybob - 2020-02-25, 08:55 PM
RE: Server Hardware for openplotter? - by niklun - 2020-02-28, 01:43 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-02-28, 07:47 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-01, 09:48 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-02, 12:28 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-02, 12:41 PM
RE: Server Hardware for openplotter? - by flybob - 2020-03-03, 10:05 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 11:04 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 12:56 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-04, 02:48 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-05, 01:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-05, 03:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-06, 11:04 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-06, 12:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-06, 12:10 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-09, 03:36 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 11:01 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 11:33 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 08:09 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-10, 09:13 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-11, 11:36 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-03-11, 12:32 PM
RE: Server Hardware for openplotter? - by niklun - 2020-03-12, 12:24 AM
RE: Server Hardware for openplotter? - by niklun - 2020-03-12, 04:53 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-18, 04:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-18, 05:37 PM
RE: Server Hardware for openplotter? - by niklun - 2020-03-22, 02:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-22, 03:40 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-03-23, 06:02 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-14, 10:09 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-16, 12:48 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-22, 10:08 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-23, 01:30 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-23, 07:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-23, 08:03 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-26, 06:32 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-25, 12:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-25, 01:00 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-27, 01:14 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 09:05 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-04-27, 01:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 05:39 PM
RE: Server Hardware for openplotter? - by flybob - 2020-04-27, 07:55 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-27, 08:47 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-04-28, 11:37 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-05-02, 09:14 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-02, 10:04 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-03, 07:43 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-03, 01:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-05, 02:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-06, 02:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-06, 09:15 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-08, 09:51 AM
RE: Server Hardware for openplotter? - by flybob - 2020-05-11, 08:31 PM
RE: Server Hardware for openplotter? - by flybob - 2020-05-12, 01:24 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-19, 12:52 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-23, 04:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-23, 05:47 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-23, 05:56 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-23, 08:50 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-24, 11:14 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-24, 01:33 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-25, 11:08 PM
RE: Server Hardware for openplotter? - by niklun - 2020-05-28, 01:00 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-05-28, 03:13 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-03, 02:01 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-06-04, 06:18 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 02:08 AM
RE: Server Hardware for openplotter? - by MatsA - 2020-06-14, 12:26 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-02, 12:10 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-02, 04:03 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-02, 05:02 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-03, 07:54 AM
RE: Server Hardware for openplotter? - by niklun - 2020-06-03, 12:18 PM
RE: Server Hardware for openplotter? - by niklun - 2020-06-04, 07:44 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-04, 01:57 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-04, 02:19 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-08, 11:26 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-09, 06:41 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-06-16, 06:50 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 12:24 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 09:14 PM
RE: Server Hardware for openplotter? - by jamieFL - 2020-06-11, 10:16 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-06-12, 12:52 PM
RE: Server Hardware for openplotter? - by MatsA - 2020-06-15, 08:50 AM
RE: Server Hardware for openplotter? - by flybob - 2020-06-16, 09:53 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-30, 01:02 PM
RE: Server Hardware for openplotter? - by glenn - 2020-06-30, 01:25 PM
RE: Server Hardware for openplotter? - by flybob - 2020-06-30, 01:45 PM
RE: Server Hardware for openplotter? - by glenn - 2020-07-05, 11:06 AM
RE: Server Hardware for openplotter? - by glenn - 2020-07-06, 09:55 PM
RE: Server Hardware for openplotter? - by flybob - 2020-07-12, 08:12 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-23, 05:37 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-28, 02:06 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-07-29, 09:31 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-08-14, 10:19 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-12, 10:31 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-05, 07:13 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-06, 10:26 AM
RE: Server Hardware for openplotter? - by flybob - 2020-08-19, 09:43 PM
RE: Server Hardware for openplotter? - by flybob - 2020-08-20, 09:56 AM
RE: Server Hardware for openplotter? - by MatsA - 2020-08-20, 10:08 AM
RE: Server Hardware for openplotter? - by jamieFL - 2020-08-27, 09:13 PM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-08, 06:57 PM
RE: Server Hardware for openplotter? - by flybob - 2020-09-11, 09:30 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-09-12, 10:57 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-24, 04:47 PM
RE: Server Hardware for openplotter? - by flybob - 2020-09-24, 06:51 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-25, 03:22 PM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-25, 10:35 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-26, 08:00 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-26, 03:44 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-26, 06:01 PM
RE: Server Hardware for openplotter? - by niklun - 2020-09-28, 12:26 AM
RE: Server Hardware for openplotter? - by mgrouch - 2020-09-28, 02:04 AM
RE: Server Hardware for openplotter? - by niklun - 2020-10-02, 10:59 PM
RE: Server Hardware for openplotter? - by PaddyB - 2020-10-03, 09:19 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 11:41 AM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 05:55 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 06:15 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 09:02 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-14, 09:51 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-14, 10:10 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 12:26 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 01:12 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-15, 05:34 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 02:17 AM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 09:58 AM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 12:09 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 12:24 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 12:49 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 03:14 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-17, 10:08 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-17, 10:35 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-20, 04:07 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-21, 06:41 PM
RE: Server Hardware for openplotter? - by Max1947 - 2020-12-22, 09:00 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-22, 09:45 PM
RE: Server Hardware for openplotter? - by jmiha - 2020-12-20, 09:06 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-21, 06:38 PM
RE: Server Hardware for openplotter? - by Sailoog - 2020-12-24, 12:22 PM
RE: Server Hardware for openplotter? - by niklun - 2020-12-24, 04:33 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-06, 01:19 AM
RE: Server Hardware for openplotter? - by niklun - 2021-01-06, 05:31 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-11, 10:11 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-13, 07:46 PM
RE: Server Hardware for openplotter? - by croy - 2022-01-17, 10:59 PM
RE: Server Hardware for openplotter? - by niklun - 2021-01-14, 09:13 AM
RE: Server Hardware for openplotter? - by niklun - 2021-01-14, 01:59 PM
RE: Server Hardware for openplotter? - by flybob - 2022-01-18, 08:09 AM
RE: Server Hardware for openplotter? - by flybob - 2022-01-19, 08:23 PM
RE: Server Hardware for openplotter? - by flybob - 2022-01-19, 09:43 PM

Forum Jump:


Users browsing this thread: 9 Guest(s)