You may also want to look at some of the projects at:
https://github.com/mcarter

On Fri, Aug 12, 2011 at 12:58 AM, william ratcliff <
william.ratcl...@gmail.com> wrote:

> Can't write much now, but you may look at my students' prototype of a web
> based system for data reduction at:
> https://github.com/pjreddie/WRed
>
> Here, we were updating the client every time a new datapoint came off of
> our instrument.  The README tells you how to start orbited, what to do with
> STOMP, etc.    However, I've also had problems with orbited.org--at some
> point, I think the project forked into orbited2 and hookbox.   I'd be really
> curious to know what other people are using for Comet--are they still using
> django, or did they move on to using something else?
>
> Best,
> William
> (btw. for our app, it's big and you'd have to fake the data stream to run
> the live data part, but it should give you an idea where to put things and
> what goes in a cfg file)
>
> On Thu, Aug 11, 2011 at 10:24 PM, raj <nano.ri...@gmail.com> wrote:
>
>> Odd question, but I'm trying to follow this tutorial which explains
>> how to set up comet with django. I'm just confused about some stuff
>> when I'm trying to do the tutorial.
>>
>> Firstly, where does the orbited.cfg file go? I just placed it at the
>> root of my application (where the settings.py file etc. is). Also, in
>> the cfg, It says to use the localhost address as the http, but I'm not
>> running a development server, can I just put the url I'm using there?
>> What about the port issue?
>>
>> Secondly, at the end of the tutorial, it says to run the orbited
>> server. How do I do this? Do I need to install orbited beforehand? I
>> ask this also because the html file requires an orbited.js file, and I
>> have no clue where to find that. orbited.org doesn't seem to work. I
>> found some github distros, but I dunno exactly how to make all the
>> pieces fit. Currently I have pyorbited installed. Thank you.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>

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

Reply via email to