.Net Class Event Client for XBMC's Event Server in progress.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
EqUiNoX Offline
Skilled Skinner
Posts: 164
Joined: Sep 2005
Reputation: 3
Location: Vancouver, BC
Big Grin  .Net Class Event Client for XBMC's Event Server in progress. Post: #1
Just to give you all a heads up that I am currently writing a .Net Class Event Client for XBMC's Event Server. Im using the c++ classes as a loose template, but putting my own twist on the code to be more friendly in a .Net environment.

So far XBMC is showing me i've connected and showing device name, and now is a case of tidying code and implementing remaining functions.

EqUiNoX
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #2
Nice, damn nice! Fun to see eventclient support for C# as it's a great language Smile

You can also look at the Java wrapping for some ideas aswell, it's a good wrapping.

Also if you could, please keep it maximum C# 2.0. Maximum of 2.0 would make it work great in mono aswell and then it could, if you are willing to opensource it, be included in XBMC svn.

Good luck!

Cheers,
Tobias

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
(This post was last modified: 2009-04-11 20:16 by topfs2.)
find quote
EqUiNoX Offline
Skilled Skinner
Posts: 164
Joined: Sep 2005
Reputation: 3
Location: Vancouver, BC
Post: #3
I am doing it as a 2.0 class and will be providing all source code, I assume zipping and adding to Trac will be best way to get it onto SVN. Im hoping to have it more or less finished by later tonight. If you would like a copy to help iron out any problems, PM me.
find quote
EqUiNoX Offline
Skilled Skinner
Posts: 164
Joined: Sep 2005
Reputation: 3
Location: Vancouver, BC
Post: #4
The .net wrapper is now 99% complete and fully working, the remaining 1% is some functions im not sure if exists/work as no examples using them.
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,825
Joined: Dec 2007
Reputation: 8
Post: #5
eq2k Wrote:I am doing it as a 2.0 class and will be providing all source code, I assume zipping and adding to Trac will be best way to get it onto SVN. Im hoping to have it more or less finished by later tonight. If you would like a copy to help iron out any problems, PM me.

Yup that's the best way of getting it into SVN.

Please cc me when you have done the patch and I will surely look through it on mono for you.

Cheers,
Tobias

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #6
I would be interested in evaluating this. I can see this being useful for exanding XBMControl.
find quote
fekker Offline
Posting Freak
Posts: 1,545
Joined: Oct 2008
Reputation: 30
Post: #7
Was this something that is still in the works or has it already been completed.

thanks!
fekker
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,185
Joined: Nov 2003
Reputation: 82
Post: #8
it sits in svn

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
idad Offline
Member+
Posts: 2
Joined: Oct 2009
Reputation: 0
Post: #9
I can't find it in the svn,
where is it?

thanks, for your help
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,185
Joined: Nov 2003
Reputation: 82
Post: #10
tools/EventClients/<somemoreyoushouldbeabletofigureout>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote