Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mattlindsay

Pages: [1] 2
1
Developers / Re: Install just DCE Router
« on: December 19, 2009, 12:08:56 am »
Hey thanks man, much appreciated,

OK, I've looked at your repo but I'm not sure which component is the actual router! Is it DCE, DECGEN or DCERouter?

If I compile the source and setup my own MySQL db, will that get me started?

Thanks for the help chap

Matt

2
Developers / Install just DCE Router
« on: December 14, 2009, 11:23:27 pm »
Hi guys,

Anyone got any hints on how I would go about just installing the DCE Router to start programming with that? I have a connection with SVN to the repo.

Many thanks

Matt

3
Installation issues / Re: Can't install Subversion on Kubuntu 7.10
« on: October 10, 2009, 01:59:47 am »
Oh cripes, I thought 710 was what LinuxMCE was built on? What Kubuntu version should I be running?

Cheers PigDog

4
Installation issues / Re: Can't install Subversion on Kubuntu 7.10
« on: October 10, 2009, 01:45:04 am »
lols!
Thanks PigDog, yeah, that is the obvious one, but....

Code: [Select]
deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
#deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
#deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
You can see I've uncommented the lines that failed on install.

Thanks for the start though.

5
Installation issues / Can't install Subversion on Kubuntu 7.10
« on: October 10, 2009, 01:23:05 am »
Guys I'm having a massive issue installing Subversion on Kubuntu 7.10. I get the following error:
Code: [Select]
linuxmce@linuxmce-v2:~$ sudo apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package subversion

Any ideas?

6
Developers / Re: Systems Model / Code architecture
« on: October 09, 2009, 04:26:51 pm »
Cool man, thanks for filing me in, I appreciate that.

You guys have done an incredible job then, congrats.

Keep up the great work guys!

Matt

7
Developers / Re: Systems Model / Code architecture
« on: October 09, 2009, 04:11:45 pm »
oh yes, someone's put in some hard work there, and I just found http://wiki.linuxmce.org/index.php/Overview_of_the_software_modules

I think that points me in the right direction. I'm quite a visual person (and a systems engineer) so looking top down is sort of in my blood! I'll read up furtherto get my head around what is going on here and how best I can chip in to either pull things together, or just contribute to little bug fixes.

Anyone got a work breakdown structure? (i.e. who's working in what areas)? From the old threads I've been reading it looks like we're a little thin on the ground!

8
Developers / Re: Systems Model / Code architecture
« on: October 09, 2009, 04:02:58 pm »
Yes, I can imagine that a "code documentation" approach would be massive!

I was wondering more about the structure of how the core works, what nodes it communicates with, relationships between classes etc. Any kind of meta-model or anything?

Is there perhaps, even a diagram/documents mapping the different areas of development... UI, Message Routing, Hardware Support, Documentation, etc?

9
Developers / Re: Just the essential LinuxMCE files
« on: October 09, 2009, 02:05:40 pm »
Thanks Man,

If I cant to create my own repository of all the files (yours) can i do that? Do I need to register/get an account?

10
Developers / Systems Model / Code architecture
« on: October 09, 2009, 01:43:51 pm »
Guys,

A)
Has anyone attemptted to model the code base/system in a sensible/logical way? (UML/SysML etc).

B)
Do we have a coherent dev plan or WBS (Work Breakdown Structure)? I read Thom's letter to the community and was interested to know if the Team Structure idea got off the ground?

Cheers

Matt

11
Developers / Re: Just the essential LinuxMCE files
« on: October 09, 2009, 01:41:17 pm »
Thanks hari, presumably just the root/people/hari/mini/src is needed. Thanks for that.

12
Your demo suite open on Saturdays? :)

13
Developers / Just the essential LinuxMCE files
« on: October 09, 2009, 08:50:14 am »
Hi guys,
Can anyone give me some pointers as to what I need from SVN for JUST THE BARE MINIMUM install, without any extra apps (youtube, voip,z-wave integration etc). JUST the DCERouter and any other bits that need to sit with it. I'm trying to strip it back and learn from bottom up.

Cheers

Matt

14
Thanks man.

Fellow Brit hey? Good work. Are there any usr groups in the UK (meet ups)? I'm in South East, near Woking. U?

15
Thanks guys

I did pop onto the IRC channel but it appears no one is there!

Thom, where's the best place to find info on the windows bits then?

Pages: [1] 2