Search found 30 matches

by volz
23 Jun 2018, 09:21
Forum: Software
Topic: showing the desktop with teamviewer
Replies: 4
Views: 4313

showing the desktop with teamviewer

It there a way to make teamviewer show the desktop instead of the RevPI web page when i login ?
by volz
23 Jun 2018, 09:18
Forum: Software
Topic: c++ app web interface
Replies: 15
Views: 11262

Re: c++ app web interface

Ok that good to know thank you both for your help. I have been playing with pipes today and i think that using a normal file would be the way to go as writing to a pipes will hold the presses up if a read is available. May be a fork would sort this out but in haven't got that far yet. I can then sav...
by volz
20 Jun 2018, 09:52
Forum: Software
Topic: c++ app web interface
Replies: 15
Views: 11262

Re: c++ app web interface

I have not had a chance to read up on it yet. But what you say is interesting and leads me to ask why would i use a pipe in my application over passing the variables to the process image with c++ and js ? what are the benefits/ disadvantages ? Dose the process image account for power cycles and reta...
by volz
19 Jun 2018, 13:56
Forum: Software
Topic: c++ app web interface
Replies: 15
Views: 11262

Re: c++ app web interface

yes i complete agree with the security risks i will be careful. that is a good point to keep in mind. I read that you guys are passing variables through the process image ? im going to take a read of the process image artical now if i can find it but if there is anything you could add it would be in...
by volz
18 Jun 2018, 10:40
Forum: Software
Topic: c++ app web interface
Replies: 15
Views: 11262

Re: c++ app web interface

Tanks for the responses. ingo i think there has been some misunderstanding i would like to use the rev pi as my web server or from how i read your comment i think you mean how i can communicate between two diffrent pc or do i miss understand ? volker I would like to use JS as my fount end using boot...
by volz
17 Jun 2018, 04:09
Forum: Software
Topic: c++ app web interface
Replies: 15
Views: 11262

c++ app web interface

HI all, This is more of a general programming question and not to do so much with rev pi but here go's anyway. I have my revpi running a c++ app in the background just doing some basic control with sensors and switching outputs. I now would like to make a web page that can be viewed locally (using A...
by volz
16 Jun 2018, 06:24
Forum: Software
Topic: PiCtory configuration not loading
Replies: 5
Views: 15926

Re: PiCtory configuration not loading

my revpi was new out the box so i tryed to set up some IO but encounter a issue with piTory not saving the configuration even after pressing save. When i returned to piTory all my setting had gone. when i run "piTest -d" i could see that the IO modules as recognised but not configured. Aft...
by volz
04 Jun 2018, 14:31
Forum: Software
Topic: project guidance
Replies: 5
Views: 4331

Re: project guidance

i see cheers, iv just loaded the iso onto my raspberry pi in till my revpi gets here. but how can i find the password for the terminal ? "rev pi login" ?
by volz
04 Jun 2018, 13:27
Forum: Software
Topic: project guidance
Replies: 5
Views: 4331

Re: project guidance

thank you for you help i will do some more digging. do you have any examples of how to control IO through a c++ program ?
by volz
27 May 2018, 06:20
Forum: Software
Topic: project guidance
Replies: 5
Views: 4331

project guidance

Hi, I am planning my project and have a few questions with how and what that may be you can answer or give some guidance on ? The general plan is to have a control application that will be writing in C++ and has a web interface running on the pi that also send/receives messages from the cloud. The n...