psp-research/index.html

109 lines
5.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>psp research project</title>
<link rel="stylesheet" type="text/css" href="../theme.css" />
<link rel="shortcut icon" type="image/x-icon" href="../img/favicon.ico"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="~lucidiot" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="container">
<h1>psp research project</h1>
<p><a href="changelog.html">changelog</a></p>
<div class="section" id="contents">
<h2>contents</h2>
<ul>
<li><a href="#about">about</a></li>
<li><a href="#topics">topics</a></li>
<li><a href="#contribute">contribute</a></li>
</ul>
</div>
<div class="section" id="about">
<a href="#contents" class="toplink">back to top</a>
<h2>about</h2>
<p>this started as a simple attempt at making my tilde website compatible with my PSP-3000; but my various discoveries on the PSP's online abilities, one of its biggest selling points, made me widen this project's scope to every online feature. the current approximative goals are:</p>
<ul>
<li>To reverse-engineer and document as many online features as possible;</li>
<li>To revive abandoned or broken features;</li>
<li>To preserve existing online documentation and services.</li>
</ul>
</div>
<div class="section" id="topics">
<a href="#contents" class="toplink">back to top</a>
<h2>topics</h2>
<h3>general information</h3>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issues
<a href="https://tildegit.org/lucidiot/psp-research/issues/4" target="_blank">#4</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/13" target="_blank">#13</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/14" target="_blank">#14</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/15" target="_blank">#15</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/18" target="_blank">#18</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/19" target="_blank">#19</a>.
</p>
<h3><a href="web.html">browsing the web</a></h3>
<p>Learnings, experiments with the web browser, and how to make a website compatible with PSPs.</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="40% done">
<div class="progress-inner" style="width: 40%"></div>
</div>
See issues
<a href="https://tildegit.org/lucidiot/psp-research/issues/10" target="_blank">#10</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/11" target="_blank">#11</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/12" target="_blank">#12</a>,
<a href="https://tildegit.org/lucidiot/psp-research/issues/20" target="_blank">#20</a>.
</p>
<h3><a href="infoboard">the information board</a></h3>
<p>Reverse engineering one of the least used online features of the PSP: the PlayStation Network's now abandoned Information Board.</p>
<h3>the rss reader</h3>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issue <a href="https://tildegit.org/lucidiot/psp-research/issues/3" target="_blank">#3</a>.
</p>
<h3>sensme channels</h3>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="5% done">
<div class="progress-inner" style="width: 5%"></div>
</div>
See issue <a href="https://tildegit.org/lucidiot/psp-research/issues/1" target="_blank">#1</a>.
</p>
<h3><a href="radio">internet radios</a></h3>
<p>Reverse engineering and documenting the PSP's <a href="https://electronjs.org/" target="_blank">Electron</a> equivalent.</p>
<p>
<img src="../img/wip.gif" alt="Research in progress" style="float: left" />
<div class="progress" title="15% done">
<div class="progress-inner" style="width: 15%"></div>
</div>
See issues <a href="https://tildegit.org/lucidiot/psp-research/issues/2" target="_blank">#2</a>, <a href="https://tildegit.org/lucidiot/psp-research/issues/6" target="_blank">#6</a>, <a href="https://tildegit.org/lucidiot/psp-research/issues/7" target="_blank">#7</a> and the <a href="https://tildegit.org/lucidiot/cxml" target="_blank">cxml</a> subproject.
</p>
</div>
<div class="section" id="contribute">
<a href="#contents" class="toplink">back to top</a>
<h2>contribute</h2>
<p>I would be happy to receive help about this project! You do not need to know the PSP's internals or be a developer to help out; things like owning a PSP and offering to help with real hardware tests or suggesting a new research topic are great too.</p>
<p>have a look at my <a href="../contact.html">contact page</a> to reach out to me personally, or just browse to the <a href="https://tildegit.org/lucidiot/psp-research" target="_blank">tildegit repo</a>. The repo's <a href="https://tildegit.org/lucidiot/psp-research/issues" target="_blank">issues</a> are a great place to see what we already need.</p>
</div>
</body>
</html>