473,405 Members | 2,310 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Need help getting started with Twisted Matrix.

need some help getting started, it is just a "little" confusing on
where to actually start. I want to write a turn based board game using
Twisted as the networking layer.

I just need a kind of "kick start" to how I need to handle
authentication, joining rooms, ect.

Any help, even a pointer to a better place like another newsgroup, or
a mailing list or forum that would be helpful, I have not had alot of
luck finding any place that is very responsive.
Jul 18 '05 #1
3 2185
Y2KYZFR1 wrote:
need some help getting started, it is just a "little" confusing on
where to actually start. I want to write a turn based board game using
Twisted as the networking layer.

I just need a kind of "kick start" to how I need to handle
authentication, joining rooms, ect.

Any help, even a pointer to a better place like another newsgroup, or
a mailing list or forum that would be helpful, I have not had alot of
luck finding any place that is very responsive.


Have you walked yourself through any of the "How Tos", pasting
the code into your editor (or perhaps even better, retyping it!)
and running the results, then playing with things?

I found that a very effective way to get a feel for the differences
between Twisted and other approaches.

-Peter
Jul 18 '05 #2

Y2KYZFR1 wrote:
need some help getting started, it is just a "little" confusing on
where to actually start. I want to write a turn based board game using Twisted as the networking layer.

I just need a kind of "kick start" to how I need to handle
authentication, joining rooms, ect.

Any help, even a pointer to a better place like another newsgroup, or
a mailing list or forum that would be helpful, I have not had alot of
luck finding any place that is very responsive.


Have you gone through the Tutorial: Twisted From Scratch tutorial? It
can be found in the manual. I found it pretty helpful for me in
understanding some basic concepts of the TwistedMatrix framework.

Jul 18 '05 #3
Peter Hansen <pe***@engcorp.com> wrote in message news:<pu********************@powergate.ca>...
Y2KYZFR1 wrote:
need some help getting started, it is just a "little" confusing on
where to actually start. I want to write a turn based board game using
Twisted as the networking layer.

I just need a kind of "kick start" to how I need to handle
authentication, joining rooms, ect.

Any help, even a pointer to a better place like another newsgroup, or
a mailing list or forum that would be helpful, I have not had alot of
luck finding any place that is very responsive.


Have you walked yourself through any of the "How Tos", pasting
the code into your editor (or perhaps even better, retyping it!)
and running the results, then playing with things?

I found that a very effective way to get a feel for the differences
between Twisted and other approaches.

-Peter

yeah I have done all that, and more, the problem is there are no
non-trival examples that give much direction on what components to use
when . . .

the finger server example is overly contrived, and other source I have
found is overly complex . . .

I am porting a game server written in Java to Twisted, problem is
where to put the objects in the layers, what to use when is just very
un-clear from the example code and tutorials I have found.
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Fazer | last post by:
Hello, I am very interested in fooling around with Twisted Matrix's HTTP Web Server. I was thinking if .rpy scripts would run much faster than traditional CGI scripts? After looking how...
11
by: mir nazim | last post by:
hi, i m planning to start writing intranet applications and want ur real cool advices for choosing the correct platform. the choice is between the three: 1. Twisted 2. Medusa 3. Zope (i do...
2
by: Randall Smith | last post by:
When I had been programming for a few years, I realised that as much as a love to learn, I can only explore and be proficient at a limited subset of technologies. I explored different languages to...
2
by: SeSe | last post by:
Hi, I am new to Twisted. I use a Twisted 1.3.0 on MS Windows XP Home Edition, my python version is 2.3 I try the TCP echoserv.py and echoclient.py example. But the client always fail with...
10
by: Paul | last post by:
Hi I am trying to install vs.net and can install all of it except the web development section. It seems to require IIS(internet information server). I am running windows 2000 and do not have IIS...
10
by: =?ISO-8859-1?Q?BJ=F6rn_Lindqvist?= | last post by:
I want to use Python to connect to a SSH account over a HTTP proxy to automate some operations. I thought paramiko would be able to do that, but it can not (it seems). Is there some other Python...
1
by: McCann, Brian | last post by:
I posted this to the Twisted list...figured I'd try here too. I'm looking for what is probably an simple solution I can't figure out on my own. I'm writing an SSH server based on the example on...
1
by: devnew | last post by:
hi i am looking for an efficient way to get a specific column of a numpy.matrix .. also i want to set a column of the matrix with a given set of values ..i couldn't find any methods for this in...
15
by: javelin | last post by:
I need to be able to create a javascript based drawing/signature box, and be able to save it. Can someone refer me to a script that will allow this, or even a 3rd party package for sale? It can't...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.