Sciweavers

2394 search results - page 26 / 479
» Implementing Mobile Haskell
Sort
View
PDPTA
2000
13 years 9 months ago
Design, Implementation, and Experimentation on Mobile Agent Security for Electronic Commerce Applications
In this paper, a Shopping Information Agent System (SIAS) is built based on mobile agent technology. It sends out agents to di erent hosts in an electronic marketplace. The agents ...
Anthony H. W. Chan, Caris K. M. Wong, Tsz Yeung Wo...
ICC
2009
IEEE
124views Communications» more  ICC 2009»
14 years 2 months ago
Towards a GNU/Linux IEEE 802.21 Implementation
—Multiaccess mobile devices and overlapping wireless network deployments have emerged as a next generation network fixture. To make the most of all available networks, mobile de...
Esa Piri, Kostas Pentikousis
WAC
2005
Springer
107views Communications» more  WAC 2005»
14 years 1 months ago
Pocket Switched Networking: Challenges, Feasibility and Implementation Issues
Abstract. The Internet is built around the assumption of contemporaneous end-to-end connectivity. This is at odds with what typically happens in mobile networking, where mobile dev...
Pan Hui, Augustin Chaintreau, Richard Gass, James ...
PDPTA
2000
13 years 9 months ago
Monitoring Mobile Code
Code Mobility brings the possibility of building distributed systems better suited to a range of application areas. While platforms supporting Code Mobility are already in use, su...
Fernando Luís Dotti, Lucio Mauro Duarte
ICFP
2004
ACM
14 years 7 months ago
Making a fast curry: push/enter vs. eval/apply for higher-order languages
Higher-order languages that encourage currying are implemented using one of two basic evaluation models: push/enter or eval/apply. Implementors use their intuition and qualitative...
Simon Marlow, Simon L. Peyton Jones