Obtaining PIVOTE counter values

2 views
Skip to first unread message

Luke Woodham

unread,
Jul 7, 2010, 5:07:40 AM7/7/10
to PIVOTE
Hi everybody,

This is probably a question for David and the team at Daden
predominantly, but I thought it would be best to post to the group in
case anybody else either knew or had found a solution.

Is there a way of obtaining the values of counters in a particular
PIVOTE session directly using the web service? i.e. a parameter(s)
that can be set in the HTTP Get request that will return the counter
value at that time rather than a node's contents.

A potential workaround to achieve this would be to set up a node(s)
whose contents effectively print out the counter values in a machine-
readable manner, but I was wondering if anybody knew a more elegant
solution?

Thanks,

Luke

Andrew Jinman

unread,
Jul 7, 2010, 6:50:42 AM7/7/10
to piv...@googlegroups.com

Yes I believe so. We have been doing something similar on a new project we have been working on. Essentially we use a score counter and this is permanently displayed on a users HUD while they complete an assignment. This score is constantly updated in real-time as they gain points for completing tasks and answering questions.

How to technically implement this is a very good question and i would put it to David during Thursday's session. I will be creating little bite size tutorial guides on how to implement functionality like this in the coming months :)


Luke does that sound like what you need to know?






--
You received this message because you are subscribed to the Google Groups "PIVOTE" group.
To post to this group, send email to piv...@googlegroups.com.
To unsubscribe from this group, send email to pivote+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pivote?hl=en.




--
Yours

Andrew

Andrew Jinman
PIVOTE Product Manager
Daden Limited

t: +44 (0)121 698 8520
m: 07753 74 77 17
e: andrew...@daden.co.uk
w: www.daden.co.uk
skype: andrew_jinman
sl: http://www.slurl.com/secondlife/daden%20prime/160/184/26
SL IM: AndrewDaden Eiren

Daden Limited is a full service Virtual Worlds/Second Life consultancy and development company.

Daden are a Linden Lab Gold Solution Provider for Second Life.

David Burden

unread,
Jul 7, 2010, 7:02:58 AM7/7/10
to pivote
Yep we can give details on Thursday but with PIVOTE 1.2 any "visible"
counters are now passed back by the web service with every call within
a <ctr> tag so that the interface can pick them up and then "announce"
them on the PIVOTE channel to any listening objects who can then
display them as required.

--
David Burden
Daden Limited

t: +44 (0)121 250 5677
m: 07811 266 199
e: david....@daden.co.uk
w: www.daden.co.uk
skype: daden5
twitter: www.twitter.com/davidburden
sl: http://www.slurl.com/secondlife/daden%20prime/160/184/26
sl IM: Corro Moseley

Luke Woodham

unread,
Jul 7, 2010, 7:06:10 AM7/7/10
to PIVOTE
Thanks Andrew, that's exactly the sort of thing that I was looking to
do. I'll definitely ask David about how best to implement that from a
technical perspective on Thursday.

I may well have a few more specifically technical things to ask as
well. Will there be a chance to ask these on Thursday, or shall I post
them to this group? I'm conscious that I don't want to bore everyone
present on Thursday asking too many specific questions that are of
little interest to anybody else!

Many thanks,

Luke



On Jul 7, 11:50 am, Andrew Jinman <andrew.jin...@daden.co.uk> wrote:
> Yes I believe so. We have been doing something similar on a new project we
> have been working on. Essentially we use a score counter and this is
> permanently displayed on a users HUD while they complete an assignment. This
> score is constantly updated in real-time as they gain points for completing
> tasks and answering questions.
>
> How to technically implement this is a very good question and i would put it
> to David during Thursday's session. I will be creating little bite size
> tutorial guides on how to implement functionality like this in the coming
> months :)
>
>  Luke does that sound like what you need to know?
>
> On 7 July 2010 10:07, Luke Woodham <luke.wood...@gmail.com> wrote:
>
>
>
> > Hi everybody,
>
> > This is probably a question for David and the team at Daden
> > predominantly, but I thought it would be best to post to the group in
> > case anybody else either knew or had found a solution.
>
> > Is there a way of obtaining the values of counters in a particular
> > PIVOTE session directly using the web service? i.e. a parameter(s)
> > that can be set in the HTTP Get request that will return the counter
> > value at that time rather than a node's contents.
>
> > A potential workaround to achieve this would be to set up a node(s)
> > whose contents effectively print out the counter values in a machine-
> > readable manner, but I was wondering if anybody knew a more elegant
> > solution?
>
> > Thanks,
>
> > Luke
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "PIVOTE" group.
> > To post to this group, send email to piv...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > pivote+un...@googlegroups.com<pivote%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/pivote?hl=en.
>
> --
> Yours
>
> Andrew
>
> Andrew Jinman
> PIVOTE Product Manager
> Daden Limited
>
> t:+44 (0)121 698 8520begin_of_the_skype_highlighting              +44 (0)121 698 8520      end_of_the_skype_highlighting
> m:07753 74 77 17begin_of_the_skype_highlighting              07753 74 77 17      end_of_the_skype_highlighting
> e: andrew.jin...@daden.co.uk

Luke Woodham

unread,
Jul 7, 2010, 7:11:19 AM7/7/10
to PIVOTE
That's perfect, that will do exactly what I need, thanks David!

I shall look forward to v.1.2!

Luke



On Jul 7, 12:02 pm, David Burden <david.bur...@daden.co.uk> wrote:
> Yep we can give details on Thursday but with PIVOTE 1.2 any "visible"
> counters are now passed back by the web service with every call within
> a <ctr> tag so that the interface can pick them up and then "announce"
> them on the PIVOTE channel to any listening objects who can then
> display them as required.
>
> On 7 July 2010 11:50, Andrew Jinman <andrew.jin...@daden.co.uk> wrote:
>
>
>
> > Yes I believe so. We have been doing something similar on a new project we
> > have been working on. Essentially we use a score counter and this is
> > permanently displayed on a users HUD while they complete an assignment. This
> > score is constantly updated in real-time as they gain points for completing
> > tasks and answering questions.
>
> > How to technically implement this is a very good question and i would put it
> > to David during Thursday's session. I will be creating little bite size
> > tutorial guides on how to implement functionality like this in the coming
> > months :)
>
> > Luke does that sound like what you need to know?
>
> > e: andrew.jin...@daden.co.uk
> > w:www.daden.co.uk
> > skype: andrew_jinman
> > sl:http://www.slurl.com/secondlife/daden%20prime/160/184/26
> > SL IM: AndrewDaden Eiren
>
> > Daden Limited is a full service Virtual Worlds/Second Life consultancy and
> > development company.
>
> > Daden are a Linden Lab Gold Solution Provider for Second Life.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "PIVOTE" group.
> > To post to this group, send email to piv...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > pivote+un...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/pivote?hl=en.
>
> --
> David Burden
> Daden Limited
>
> t:+44 (0)121 250 5677begin_of_the_skype_highlighting              +44 (0)121 250 5677      end_of_the_skype_highlighting
> m:07811 266 199begin_of_the_skype_highlighting              07811 266 199      end_of_the_skype_highlighting
> e: david.bur...@daden.co.uk

Andrew Jinman

unread,
Jul 7, 2010, 11:43:48 AM7/7/10
to piv...@googlegroups.com
Yes there should be enough time on Thursday. But i would encourage you to use the group as not all community members are attending and someone might be wondering the same thing or have the answer you require!

See you virtually thursday

To unsubscribe from this group, send email to pivote+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/pivote?hl=en.




--
Yours

Andrew

Andrew Jinman
PIVOTE Product Manager
Daden Limited

Reply all
Reply to author
Forward
0 new messages