<br><br><div><span class="gmail_quote">On 9/1/06, <b class="gmail_sendername">James P. Kinney III</b> <<a href="mailto:jkinney@localnetsolutions.com">jkinney@localnetsolutions.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 2006-09-01 at 14:08 -0700, Robert Arkiletian wrote:<br><br>><br>><br>>         Any suggestions?<br><br><br><br>TeacherTool is blowing away the folks in Atlanta!<br><br>Watching the look as we launched 23 simultaneous copies of OpenOffice with one button click was priceless!
<br><br>The speedup with the IP address only (instead of the hostname) I am<br>  willing to sacrifice in favor of the hostname list and a way to filter<br> the list. We are going to have 150-180 thin clients per server (Big
<br> Servers!) and the fun of a teacher accidentally logging out a student<br> in another room is not something I want to play with :)</blockquote><div><br><br>Hmm. This is an issue when you have big servers.  Without doing big additions to my code :) I have a couple of ideas.
<br><br>1) Not sure if each student has their own username but if they are just using generic logins like comp1, comp2, comp3, etc then you can differentiate with usernames like Acomp1, Bcomp1, Ccomp1, etc where A,B,C stand for different rooms. Fl_TT will sort alphabetically so all students in room A will be in one solid block in the list.
<br><br>2)I just thought of this but it's kind of tricky since dhcp gives out ip's dynamically. If you can manage to tie an ip address to a specific mac address (client machine) you could potentially make each machine according to their mac address (and therefore location or classroom) start a tiny little program at login that does nothing and takes up almost no memory. The important aspect would be the name of the program. Call it "classA" for all computers in room A. I think you get the idea. So you could therebye use the FIND button in Fl_TT to select only those users who are in room A by typing "classA" and hitting FIND. You could then broadcast, logout, whatever and only affect the kids in your room.
<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have tweaked the source files and have the hostname back on. If you<br>have any suggestions on a best way to implement a filter ("show only
<br>hostnames that begin with foo") I'll look at a patch.</blockquote><div><br>I'm not sure why ip is less useful than hostnames since by default an ip of say <a href="http://192.168.0.252">192.168.0.252</a> translates to 
ws252.ltsp. Since Fl_TT can't access another K12LTSP server the .ltsp part of the hostname should always be the same.<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Also needed is a way to refresh the machine list without having to<br>restart the tool.</blockquote><div><br>Just click on the Users button whenever you want a refreshed list. No need to restart.<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--<br>James P. Kinney III<br>CEO & Director of Engineering<br>Local Net Solutions,LLC<br>770-493-8244<br><a href="http://www.localnetsolutions.com">http://www.localnetsolutions.com</a><br><br>GPG ID: 829C6CA7 James P. Kinney III (
M.S. Physics)<br><<a href="mailto:jkinney@localnetsolutions.com">jkinney@localnetsolutions.com</a>><br>Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7<br><br><br>_______________________________________________
<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Robert Arkiletian<br>Eric Hamber Secondary, Vancouver, Canada<br>Fl_TeacherTool <a href="http://www3.telus.net/public/robark/Fl_TeacherTool/">
http://www3.telus.net/public/robark/Fl_TeacherTool/</a><br>C++ GUI tutorial <a href="http://www3.telus.net/public/robark/">http://www3.telus.net/public/robark/</a>