QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Netlib question

This is a discussion on Netlib question within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I just started using netlib 2.02 and i put it on my psp and ran the example this is what ...

Reply
 
LinkBack Thread Tools
Old 01-12-2007, 05:12 PM   #1
 
Join Date: Sep 2006
Posts: 484
Trader Feedback: 0
Default Netlib question

I just started using netlib 2.02 and i put it on my psp and ran the example this is what it says:
Sending helloworld
Getting Netlibtest

then nothing happens ive had my psp on for 1 hour now. i have 3.03 OE-B i think thats the problem is it??
__________________
Need a GFX Guy for EBOOT ICONS, BACkGROUNDS?? I can help you there.
Just see some of my work. PM me for GFX.
pspfreak9 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:22 PM   #2

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

woah, 1 second, gonna make a thread

http://forums.qj.net/f-psp-developme...ged-88964.html
__________________
牧来栠摩琠敨映汩獥
PSN: youresam
From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:27 PM   #3
 
Join Date: Sep 2006
Posts: 484
Trader Feedback: 0
Default

thanks netlib is great by the way!
__________________
Need a GFX Guy for EBOOT ICONS, BACkGROUNDS?? I can help you there.
Just see some of my work. PM me for GFX.
pspfreak9 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:31 PM   #4

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

thanks

also more support on http://youresam.team-duck.com/netlib
__________________
牧来栠摩琠敨映汩獥
PSN: youresam
From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:41 PM   #5
 
Join Date: Sep 2006
Posts: 484
Trader Feedback: 0
Default

whoa it still not workin here is index.lua:
Code:
--[[
netlib example
by youresam
]]

dofile("netlib.lua") -- netlib

Wlan.init()
print("Connecting to "..Wlan.getConnectionConfigs()[1].."...")
Wlan.useConnectionConfig(1)

print("Connecting to netlib server...")
netlib_server = "66.25.53.65"
netconnect() -- connect to netlib server

print("Setting up AMW for 'netlibtest' (wont do anything in this example..)")
netreg("netlibtest")

print("Sending 'helloworld' to 'netlibtest'")
netsend("netlibtest","helloworld","w") -- id:netlibtest data:helloworld mode:write

print("Getting 'netlibtest'...(Press start to quit)")
netget("netlibtest")
while true do
	netrecv() --recieve all incoming data
	buffer = netvalue("netlibtest") --what is the value of the id 'netlibtest'?
		if buffer ~= "" then --if it exists...
			print(buffer)
			break
		end
	if Controls.read():start() then break end
end

netunreg("netlibtest") --ALWAYS unregister a variable when your done

netclose() --close the netlib connection

Wlan.term()

print("Program finished, hold start to exit.")
__________________
Need a GFX Guy for EBOOT ICONS, BACkGROUNDS?? I can help you there.
Just see some of my work. PM me for GFX.
pspfreak9 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:43 PM   #6

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

what happens?
__________________
牧来栠摩琠敨映汩獥
PSN: youresam
From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:46 PM   #7
 
Join Date: Sep 2006
Posts: 484
Trader Feedback: 0
Default

it doesnt do anthing it just days (Getting Netlibtest) sumfin like that
-= Double Post =-
Nevermind it didnt work before now its working
__________________
Need a GFX Guy for EBOOT ICONS, BACkGROUNDS?? I can help you there.
Just see some of my work. PM me for GFX.

Last edited by pspfreak9; 01-12-2007 at 05:46 PM.. Reason: Automerged Doublepost
pspfreak9 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 05:50 PM   #8

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

the netlib server has you logged, so it seems to be working

edit: oh, ok.
__________________
牧来栠摩琠敨映汩獥
PSN: youresam
From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
netlib , question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 03:56 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us