Converting Network code

BlitzMax Forums/BlitzMax Programming/Converting Network code

RifRaf(Posted 2012) [#1]
Hey guys,

I have some server code written using BlitzPlay pro in blitzplus/b3d and I was wondering if anyone here would be interested in converting Blitzplay code to Blitzmax ?

I cant pay for this, so you would need to have a general interest in doing it. I personally dont know much about bmax right now, ive had my copy for years but havent had a change to work with it until now. What im wanting to do is get the server running cross platform.


Do you think bmax is a good choice for this ?

EDIT:
the only commands used by me from bplay are

bp_createplayer
bp_endsession
bp_floattostr
bp_getmyping
bp_inttostr
bp_joinsession
bp_message
bp_strtoint
bp_strtofloat
bp_updatenetwork

so I really only need a small network library that emulates those commands to get the same results as their Bplay counter parts.

Thanks.

Last edited 2012