Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Eventghost to Eventghost

If you have a question or need help, this is the place to be.
Post Reply
Medy
Experienced User
Posts: 87
Joined: Sat Nov 15, 2014 8:33 pm
Location: Germany

Eventghost to Eventghost

Post by Medy »

Hi ,

first of all im pretty much beginner with eg , so I greet all you veterans^^...

I need some help , basicly what I want to know is :

1. how to send messages from my pcs eventghost to my windows tablets evenghost ( for a start )


2. (advanced)Then send my pcs clipboard to my windows tablets eventghost & set it as a clipoard there


I did that kind of stuff already with autoremote plugin with the help of some tutorial vids..

what happened there was that I could set & get my clipboard with these lines..

copy=:={eg.WinApi.Clipboard.GetClipboardText()} ( sends the text "copy" and "my pcs clipboard" to the other device

eg.WinApi.Clipboard.SetClipboardText(eg.event.payload.arcomm) ( this is a command that is used to set my current clipboard to the recieved payload )



on the sending android devices it worked like this :

the send message was copy=:=arcomm
while "arcomm" was set to %CLIP ( which is the tasker command of androids clipboard ) so basicly the same as the python command eg.WinApi.Clipboard.GetClipboardText()


... any idea how I can make all that work without the autoremote plugin , since I think it only can work from android to eventghost ?
I want the same function , but this time around eventghost to eventghost ...

sadly im not familiar with python scripts.. so thats why I need help ;)

Would be nice if you could guide me on this one.
Medy
Experienced User
Posts: 87
Joined: Sat Nov 15, 2014 8:33 pm
Location: Germany

Re: Eventghost to Eventghost

Post by Medy »

ok I manged to get step 1 out of the way ;) ...(with a plugin called tcp events).... so now all thats left is 2.
Medy
Experienced User
Posts: 87
Joined: Sat Nov 15, 2014 8:33 pm
Location: Germany

Re: Eventghost to Eventghost

Post by Medy »

ok figured it all out np
Medy
Experienced User
Posts: 87
Joined: Sat Nov 15, 2014 8:33 pm
Location: Germany

Re: Eventghost to Eventghost

Post by Medy »

another question : is there an eventghost plugin that can register touch gestures ?
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: Eventghost to Eventghost

Post by krambriw »

@Medy

Don't clutter the board with the same Q

We are not blind idiots, if something is available or in pipeline you will get a response. If you hear nothing doesnt mean we are not reading but nobody has anything to provide or suggest
Medy
Experienced User
Posts: 87
Joined: Sat Nov 15, 2014 8:33 pm
Location: Germany

Re: Eventghost to Eventghost

Post by Medy »

I didnt plan to , I just figured that my question was in in the wrong place ... so I posted it again in the right one ....

Anyway is there a website where additional plugins are listed besides this forum ?
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: Eventghost to Eventghost

Post by krambriw »

No, we don't have a page for that. Most of what is available is in this forum and SHOULD be in the Plugin Support section. There are however also some bad examples where you can find plugins in other sections. Admins are from time to time trying to correct this. And if not found here, most of the time they are at least discussed and you may find a link to its origin.

To your question: There are several ways that EventGhost supports sending/receiving information. From the UDP/TCP supporting plugins to others supporting message brokers (like ActiveMQ and MQTT, 'Internet of Things') or external services.

Maybe you could look into the plugin description for PushBullet?

Kind regards
Post Reply